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')" />
4
- <PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{CAF41CCA-2778-4767-AB50-60205339E60B}</ProjectGuid >
8
- <OutputType >WinExe</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >FossyApiDemo</RootNamespace >
11
- <AssemblyName >FossyApiDemo</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
- <TargetFrameworkProfile />
16
- <StyleCopTreatErrorsAsWarnings >True</StyleCopTreatErrorsAsWarnings >
17
- </PropertyGroup >
18
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
- <PlatformTarget >AnyCPU</PlatformTarget >
20
- <DebugSymbols >true</DebugSymbols >
21
- <DebugType >full</DebugType >
22
- <Optimize >false</Optimize >
23
- <OutputPath >bin\Debug\</OutputPath >
24
- <DefineConstants >DEBUG;TRACE</DefineConstants >
25
- <ErrorReport >prompt</ErrorReport >
26
- <WarningLevel >4</WarningLevel >
27
- <CodeAnalysisRuleSet >FossyApiDemo.ruleset</CodeAnalysisRuleSet >
28
- </PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
- <PlatformTarget >AnyCPU</PlatformTarget >
31
- <DebugType >pdbonly</DebugType >
32
- <Optimize >true</Optimize >
33
- <OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE</DefineConstants >
35
- <ErrorReport >prompt</ErrorReport >
36
- <WarningLevel >4</WarningLevel >
37
- <CodeAnalysisRuleSet >FossyApiDemo.ruleset</CodeAnalysisRuleSet >
38
- </PropertyGroup >
39
- <ItemGroup >
40
- <Reference Include =" System" />
41
- <Reference Include =" System.Core" />
42
- <Reference Include =" System.Drawing" />
43
- <Reference Include =" System.Net.Http" />
44
- <Reference Include =" System.Windows.Forms" />
45
- </ItemGroup >
46
- <ItemGroup >
47
- <Compile Include =" ..\GlobalAssemblyInfo.cs" >
48
- <Link >Properties\GlobalAssemblyInfo.cs</Link >
49
- </Compile >
50
- <Compile Include =" MainForm.cs" >
51
- <SubType >Form</SubType >
52
- </Compile >
53
- <Compile Include =" MainForm.Designer.cs" >
54
- <DependentUpon >MainForm.cs</DependentUpon >
55
- </Compile >
56
- <Compile Include =" Program.cs" />
57
- <Compile Include =" Properties\AssemblyInfo.cs" />
58
- <EmbeddedResource Include =" MainForm.resx" >
59
- <DependentUpon >MainForm.cs</DependentUpon >
60
- </EmbeddedResource >
61
- <EmbeddedResource Include =" Properties\Resources.resx" >
62
- <Generator >ResXFileCodeGenerator</Generator >
63
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
64
- <SubType >Designer</SubType >
65
- </EmbeddedResource >
66
- <Compile Include =" Properties\Resources.Designer.cs" >
67
- <AutoGen >True</AutoGen >
68
- <DependentUpon >Resources.resx</DependentUpon >
69
- <DesignTime >True</DesignTime >
70
- </Compile >
71
- <None Include =" FossyApiDemo.ruleset" />
72
- <None Include =" Properties\Settings.settings" >
73
- <Generator >SettingsSingleFileGenerator</Generator >
74
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
75
- </None >
76
- <Compile Include =" Properties\Settings.Designer.cs" >
77
- <AutoGen >True</AutoGen >
78
- <DependentUpon >Settings.settings</DependentUpon >
79
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
80
- </Compile >
81
- </ItemGroup >
82
- <ItemGroup >
83
- <None Include =" App.config" />
84
- </ItemGroup >
85
- <ItemGroup >
86
- <ProjectReference Include =" ..\Fossology.Rest.Dotnet.Model\Fossology.Rest.Dotnet.Model.csproj" >
87
- <Project >{396e05c3-9ad3-4d1b-8e0b-8c24c6c490eb}</Project >
88
- <Name >Fossology.Rest.Dotnet.Model</Name >
89
- </ProjectReference >
90
- <ProjectReference Include =" ..\FOSSology.REST.dotnet\FOSSology.REST.dotnet.csproj" >
91
- <Project >{510a1d9e-c531-4a0e-a516-6aa0125e4f9b}</Project >
92
- <Name >Fossology.Rest.Dotnet</Name >
93
- </ProjectReference >
94
- <ProjectReference Include =" ..\FOSSology.REST.dotnet.Model\FOSSology.REST.dotnet.Model.csproj" >
95
- <Project >{396e05c3-9ad3-4d1b-8e0b-8c24c6c490eb}</Project >
96
- <Name >Fossology.Rest.Dotnet</Name >
97
- </ProjectReference >
98
- </ItemGroup >
99
- <ItemGroup >
100
- <PackageReference Include =" StyleCop.Analyzers" >
101
- <Version >1.1.118</Version >
102
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
103
- <PrivateAssets >all</PrivateAssets >
104
- </PackageReference >
105
- <PackageReference Include =" Tethys.Logging.Controls" >
106
- <Version >1.6.1</Version >
107
- </PackageReference >
108
- </ItemGroup >
109
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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
- -->
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >WinExe</OutputType >
5
+ <TargetFramework >net6.0-windows</TargetFramework >
6
+ <Nullable >disable</Nullable >
7
+ <UseWindowsForms >true</UseWindowsForms >
8
+ <ImplicitUsings >disable</ImplicitUsings >
9
+ <CodeAnalysisRuleSet >FossyApiDemo.ruleset</CodeAnalysisRuleSet >
10
+ </PropertyGroup >
11
+
12
+ <ItemGroup >
13
+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" >
14
+ <PrivateAssets >all</PrivateAssets >
15
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
+ </PackageReference >
17
+ <PackageReference Include =" Tethys.Logging" Version =" 1.6.1" />
18
+ <PackageReference Include =" Tethys.Logging.Controls.NET5" Version =" 1.6.1" />
19
+ </ItemGroup >
20
+
21
+ <ItemGroup >
22
+ <ProjectReference Include =" ..\Fossology.Rest.Dotnet.Model\Fossology.Rest.Dotnet.Model.csproj" />
23
+ <ProjectReference Include =" ..\Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.csproj" />
24
+ </ItemGroup >
25
+
117
26
</Project >
0 commit comments