1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >cf735cb3-7698-41da-9e91-69d0057087cb</ProjectGuid >
9
4
<OutputType >Exe</OutputType >
10
- <RootNamespace >Checker</RootNamespace >
11
- <AssemblyName >Checker</AssemblyName >
12
- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
- <TargetFSharpCoreVersion >6.0.0.0</TargetFSharpCoreVersion >
15
- <Name >Checker</Name >
16
- <TargetFrameworkProfile />
17
- </PropertyGroup >
18
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
- <DebugSymbols >true</DebugSymbols >
20
- <DebugType >full</DebugType >
21
- <Optimize >false</Optimize >
22
- <Tailcalls >false</Tailcalls >
23
- <OutputPath >bin\Debug\</OutputPath >
24
- <DefineConstants >DEBUG;TRACE</DefineConstants >
25
- <WarningLevel >5</WarningLevel >
26
- <PlatformTarget >AnyCPU</PlatformTarget >
27
- <DocumentationFile >bin\Debug\Checker.XML</DocumentationFile >
28
- <Prefer32Bit >true</Prefer32Bit >
29
- <StartWorkingDirectory >../../..</StartWorkingDirectory >
5
+ <TargetFramework >net8.0</TargetFramework >
6
+ <StartWorkingDirectory >..</StartWorkingDirectory >
30
7
<StartArguments >--update-golden</StartArguments >
31
8
</PropertyGroup >
32
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
- <DebugType >pdbonly</DebugType >
34
- <Optimize >true</Optimize >
35
- <Tailcalls >true</Tailcalls >
36
- <OutputPath >bin\Release\</OutputPath >
37
- <DefineConstants >TRACE</DefineConstants >
38
- <WarningLevel >3</WarningLevel >
39
- <PlatformTarget >AnyCPU</PlatformTarget >
40
- <DocumentationFile >bin\Release\Checker.XML</DocumentationFile >
41
- <Prefer32Bit >true</Prefer32Bit >
42
- <StartWorkingDirectory >..\..\..</StartWorkingDirectory >
43
- </PropertyGroup >
44
- <PropertyGroup >
45
- <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
46
- </PropertyGroup >
47
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64' " >
48
- <DebugSymbols >true</DebugSymbols >
49
- <DebugType >full</DebugType >
50
- <Optimize >false</Optimize >
51
- <Tailcalls >false</Tailcalls >
52
- <OutputPath >bin\Debug\</OutputPath >
53
- <DefineConstants >DEBUG;TRACE</DefineConstants >
54
- <WarningLevel >5</WarningLevel >
55
- <DocumentationFile >bin\Debug\Checker.XML</DocumentationFile >
56
- <Prefer32Bit >true</Prefer32Bit >
57
- <StartWorkingDirectory >../../..</StartWorkingDirectory >
58
- <StartArguments >--update-golden</StartArguments >
59
- <PlatformTarget >x64</PlatformTarget >
60
- </PropertyGroup >
61
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64' " >
62
- <DebugType >pdbonly</DebugType >
63
- <Optimize >true</Optimize >
64
- <Tailcalls >true</Tailcalls >
65
- <OutputPath >bin\Release\</OutputPath >
66
- <DefineConstants >TRACE</DefineConstants >
67
- <WarningLevel >3</WarningLevel >
68
- <DocumentationFile >bin\Release\Checker.XML</DocumentationFile >
69
- <Prefer32Bit >true</Prefer32Bit >
70
- <StartWorkingDirectory >..\..\..</StartWorkingDirectory >
71
- <PlatformTarget >x64</PlatformTarget >
72
- </PropertyGroup >
73
- <Choose >
74
- <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
75
- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
76
- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
77
- </PropertyGroup >
78
- </When >
79
- <Otherwise >
80
- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
81
- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
82
- </PropertyGroup >
83
- </Otherwise >
84
- </Choose >
85
- <Import Project =" $(FSharpTargetsPath)" />
9
+
86
10
<ItemGroup >
87
11
<Compile Include =" compression_test.fs" />
88
12
<Compile Include =" main.fs" />
89
13
<None Include =" ../lib/Compressor.dll" >
90
14
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
91
15
</None >
92
16
</ItemGroup >
17
+
93
18
<ItemGroup >
94
19
<Reference Include =" Argu" >
95
20
<HintPath >..\lib\Argu.dll</HintPath >
100
25
<Reference Include =" OpenTK" >
101
26
<HintPath >..\lib\OpenTK.dll</HintPath >
102
27
</Reference >
103
- <Reference Include =" System.ValueTuple" />
104
- <ProjectReference Include =" ..\Shader Minifier Library.fsproj" >
105
- <Name >Shader Minifier Library</Name >
106
- <Project >{059c6af3-1877-4698-be34-bf7eb55d060a}</Project >
107
- <Private >True</Private >
108
- </ProjectReference >
109
28
</ItemGroup >
110
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111
- Other similar extension points exist, see Microsoft.Common.targets.
112
- <Target Name="BeforeBuild">
113
- </Target>
114
- <Target Name="AfterBuild">
115
- </Target>
116
- -->
117
- </Project >
29
+
30
+ <ItemGroup >
31
+ <ProjectReference Include =" ..\Minifier\Minifier.fsproj" />
32
+ </ItemGroup >
33
+
34
+ </Project >
0 commit comments