-
Notifications
You must be signed in to change notification settings - Fork 118
/
Comet.nuspec
51 lines (51 loc) · 3.42 KB
/
Comet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Clancey.Comet</id>
<version>0.0.1-alpha</version>
<title>Comet</title>
<authors>James Clancey</authors>
<owners>Clancey</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Comet MVU .net framework</description>
<summary>Comet is an MVU UI Framework. It lets you build UI quickly and efficiently from C#. It also has HotReload.</summary>
<copyright>James Clancey</copyright>
<projectUrl>https://github.com/dotnet/Comet</projectUrl>
<repository type="git" url="https://github.com/dotnet/Comet"/>
<license type="expression">MIT</license>
<language>C#</language>
<dependencies>
<group targetFramework="net8.0-android30.0">
</group>
<group targetFramework="net8.0-ios13.6">
</group>
<group targetFramework="net8.0-maccatalyst13.5">
</group>
<group targetFramework="net8.0-windows10.0.19041">
</group>
</dependencies>
</metadata>
<files>
<file src="Directory.Build.targets" target="build/Clancey.Comet.targets"/>
<!-- <file src="Directory.Build.props" target="build/Clancey.Comet.props"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Comet.dll" target="lib/netstandard2.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Comet.pdb" target="lib/netstandard2.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.dll" target="lib/netstandard2.0/Microsoft.Maui.dll"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.pdb" target="lib/netstandard2.0/Microsoft.Maui.pdb"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.Essentials.dll" target="lib/netstandard2.0/Microsoft.Maui.Essentials.dll"/>
<file src="src/Comet/bin/Debug/netstandard2.0/Microsoft.Maui.Essentials.pdb" target="lib/netstandard2.0/Microsoft.Maui.Essentials.pdb"/> -->
<file src="src/Comet/bin/Debug/net8.0-ios/Comet.dll" target="lib/net8.0-ios13.6/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-ios/Comet.pdb" target="lib/net8.0-ios13.6/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0/Comet.dll" target="lib/net8.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0/Comet.pdb" target="lib/net8.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-android/Comet.dll" target="lib/net8.0-android30.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-android/Comet.pdb" target="lib/net8.0-android30.0/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-maccatalyst/Comet.dll" target="lib/net8.0-maccatalyst13.5/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-maccatalyst/Comet.pdb" target="lib/net8.0-maccatalyst13.5/Comet.pdb"/>
<file src="src/Comet/bin/Debug/net8.0-windows10.0.19041.0/Comet.dll" target="lib/net8.0-windows10.0.19041.0/Comet.dll"/>
<file src="src/Comet/bin/Debug/net8.0-windows10.0.19041.0/Comet.pdb" target="lib/net8.0-windows10.0.19041.0/Comet.pdb"/>
<!-- <file src="external/Maui/.nuspec/Microsoft.Maui.Controls.MultiTargeting.targets" target="build/Microsoft.Maui.Controls.MultiTargeting.targets" /> -->
<file src="src/Comet.SourceGenerator/bin/Debug/netstandard2.0/Comet.SourceGenerator.dll" target="analyzers/cs/Comet.SourceGenerator.dll"/>
<file src="src/Comet.SourceGenerator/bin/Debug/netstandard2.0/Stubble.Core.dll" target="analyzers/cs/Stubble.Core.dll"/>
</files>
</package>