1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProductVersion >8.0.30703</ProductVersion >
7
- <SchemaVersion >2.0</SchemaVersion >
8
- <ProjectGuid >{74A9329A-2B0B-4C0A-976C-E4FB7228D8B2}</ProjectGuid >
9
- <OutputType >WinExe</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >Cosmos.Build.Builder</RootNamespace >
12
- <AssemblyName >Cosmos.Build.Builder</AssemblyName >
13
- <TargetFrameworkVersion >v4.7.1</TargetFrameworkVersion >
14
- <FileAlignment >512</FileAlignment >
15
- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
- <WarningLevel >4</WarningLevel >
17
- <TargetFrameworkProfile />
18
- </PropertyGroup >
19
- <PropertyGroup >
20
- <ApplicationIcon >Cosmos.ico</ApplicationIcon >
21
- </PropertyGroup >
22
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
23
- <DebugSymbols >true</DebugSymbols >
24
- <OutputPath >bin\Debug\</OutputPath >
25
- <DefineConstants >DEBUG;TRACE</DefineConstants >
26
- <DebugType >full</DebugType >
27
- <PlatformTarget >AnyCPU</PlatformTarget >
28
- <ErrorReport >prompt</ErrorReport >
29
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
30
- <Prefer32Bit >true</Prefer32Bit >
31
- </PropertyGroup >
32
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
33
- <OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE</DefineConstants >
35
- <Optimize >true</Optimize >
36
- <DebugType >pdbonly</DebugType >
37
- <PlatformTarget >AnyCPU</PlatformTarget >
38
- <ErrorReport >prompt</ErrorReport >
39
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
40
- <Prefer32Bit >false</Prefer32Bit >
41
- </PropertyGroup >
42
- <ItemGroup >
43
- <Reference Include =" Microsoft.VisualBasic" />
44
- <Reference Include =" NuGet.Common, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45
- <HintPath >..\..\packages\NuGet.Common.4.2.0\lib\net45\NuGet.Common.dll</HintPath >
46
- </Reference >
47
- <Reference Include =" NuGet.Configuration, Version=4.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48
- <HintPath >..\..\packages\NuGet.Configuration.4.2.0\lib\net45\NuGet.Configuration.dll</HintPath >
49
- </Reference >
50
- <Reference Include =" System" />
51
- <Reference Include =" System.Data" />
52
- <Reference Include =" System.Drawing" />
53
- <Reference Include =" System.IO.Compression" />
54
- <Reference Include =" System.Security" />
55
- <Reference Include =" System.Xml" />
56
- <Reference Include =" Microsoft.CSharp" />
57
- <Reference Include =" System.Core" />
58
- <Reference Include =" System.Xml.Linq" />
59
- <Reference Include =" System.Data.DataSetExtensions" />
60
- <Reference Include =" System.Xaml" >
61
- <RequiredTargetFramework >4.0</RequiredTargetFramework >
62
- </Reference >
63
- <Reference Include =" WindowsBase" />
64
- <Reference Include =" PresentationCore" />
65
- <Reference Include =" PresentationFramework" />
66
- </ItemGroup >
67
- <ItemGroup >
68
- <ApplicationDefinition Include =" App.xaml" >
69
- <Generator >MSBuild:Compile</Generator >
70
- <SubType >Designer</SubType >
71
- </ApplicationDefinition >
72
- <Compile Include =" FileMgr.cs" />
73
- <Compile Include =" Properties\Settings.Designer.cs" >
74
- <AutoGen >True</AutoGen >
75
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
76
- <DependentUpon >Settings.settings</DependentUpon >
77
- </Compile >
78
- <Page Include =" MainWindow.xaml" >
79
- <Generator >MSBuild:Compile</Generator >
80
- <SubType >Designer</SubType >
81
- </Page >
82
- <Compile Include =" App.xaml.cs" >
83
- <DependentUpon >App.xaml</DependentUpon >
84
- <SubType >Code</SubType >
85
- </Compile >
86
- <Compile Include =" BuildState.cs" />
87
- <Compile Include =" CosmosTask.cs" />
88
- <Compile Include =" MainWindow.xaml.cs" >
89
- <DependentUpon >MainWindow.xaml</DependentUpon >
90
- <SubType >Code</SubType >
91
- </Compile >
92
- </ItemGroup >
93
- <ItemGroup >
94
- <Compile Include =" Properties\AssemblyInfo.cs" >
95
- <SubType >Code</SubType >
96
- </Compile >
97
- <None Include =" .editorconfig" />
98
- <None Include =" App.config" />
99
- <AppDesigner Include =" Properties\" />
100
- <None Include =" packages.config" />
101
- <None Include =" Properties\Settings.settings" >
102
- <Generator >SettingsSingleFileGenerator</Generator >
103
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
104
- </None >
105
- </ItemGroup >
106
- <ItemGroup >
107
- <Resource Include =" Cosmos.ico" />
108
- </ItemGroup >
109
- <ItemGroup >
110
- <ProjectReference Include =" ..\Cosmos.Build.Installer\Cosmos.Build.Installer.csproj" >
111
- <Project >{27d94586-fe88-4203-be6a-c99013fd5018}</Project >
112
- <Name >Cosmos.Build.Installer</Name >
113
- </ProjectReference >
114
- </ItemGroup >
115
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117
- Other similar extension points exist, see Microsoft.Common.targets.
118
- <Target Name="BeforeBuild">
119
- </Target>
120
- <Target Name="AfterBuild">
121
- </Target>
122
- -->
123
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net471</TargetFramework >
5
+ <OutputType >WinExe</OutputType >
6
+ <ApplicationIcon >Resources\Cosmos.ico</ApplicationIcon >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <ApplicationDefinition Include =" App.xaml" SubType =" Designer" Generator =" MSBuild:Compile" />
11
+ <Page Include =" **\*.xaml" Exclude =" App.xaml" SubType =" Designer" Generator =" MSBuild:Compile" />
12
+ <Compile Update =" **\*.xaml.cs" SubType =" Designer" DependentUpon =" %(Filename)" />
13
+ <Resource Include =" Resources\**" />
14
+ <UpToDateCheckInput Include =" @(ApplicationDefinition)" />
15
+ <UpToDateCheckInput Include =" @(Page)" />
16
+ </ItemGroup >
17
+
18
+ <ItemGroup >
19
+ <Reference Include =" System.Xaml" />
20
+ <Reference Include =" WindowsBase" />
21
+ <Reference Include =" PresentationCore" />
22
+ <Reference Include =" PresentationFramework" />
23
+ </ItemGroup >
24
+
25
+ <ItemGroup >
26
+ <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" 1.8.24" />
27
+ <PackageReference Include =" NuGet.Common" Version =" 4.2.0" />
28
+ <PackageReference Include =" NuGet.Configuration" Version =" 4.2.0" />
29
+ </ItemGroup >
30
+
31
+ </Project >
0 commit comments