|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.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"> |
4 | 2 | <PropertyGroup> |
5 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 3 | <ProjectGuid>{6A5DA7FF-791E-4A43-BF65-B6942917F7D9}</ProjectGuid> |
8 | | - <OutputType>WinExe</OutputType> |
9 | | - <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>Godbert</RootNamespace> |
11 | | - <AssemblyName>Godbert</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | | - <FileAlignment>512</FileAlignment> |
14 | 4 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | | - <WarningLevel>4</WarningLevel> |
| 5 | + <OutputType>WinExe</OutputType> |
| 6 | + <TargetFramework>net7.0-windows</TargetFramework> |
16 | 7 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
17 | 8 | <NuGetPackageImportStamp> |
18 | 9 | </NuGetPackageImportStamp> |
|
28 | 19 | <MapFileExtensions>true</MapFileExtensions> |
29 | 20 | <ApplicationRevision>0</ApplicationRevision> |
30 | 21 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
31 | | - <IsWebBootstrapper>false</IsWebBootstrapper> |
32 | | - <UseApplicationTrust>false</UseApplicationTrust> |
33 | 22 | <BootstrapperEnabled>true</BootstrapperEnabled> |
34 | | - <TargetFrameworkProfile /> |
| 23 | + <AssemblyTitle>Godbert</AssemblyTitle> |
| 24 | + <Product>Godbert</Product> |
| 25 | + <Copyright>Copyright © Rogueadyn 2015</Copyright> |
| 26 | + <OutputPath>bin\$(Configuration)\</OutputPath> |
| 27 | + <UseWpf>true</UseWpf> |
| 28 | + <PlatformTarget>x86</PlatformTarget> |
35 | 29 | </PropertyGroup> |
36 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
38 | | - <DebugSymbols>true</DebugSymbols> |
39 | 31 | <DebugType>full</DebugType> |
40 | | - <Optimize>false</Optimize> |
41 | | - <OutputPath>bin\Debug\</OutputPath> |
42 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | | - <ErrorReport>prompt</ErrorReport> |
44 | | - <WarningLevel>4</WarningLevel> |
45 | 32 | </PropertyGroup> |
46 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
47 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
48 | 34 | <DebugType>pdbonly</DebugType> |
49 | | - <Optimize>true</Optimize> |
50 | | - <OutputPath>bin\Release\</OutputPath> |
51 | | - <DefineConstants>TRACE</DefineConstants> |
52 | | - <ErrorReport>prompt</ErrorReport> |
53 | | - <WarningLevel>4</WarningLevel> |
54 | 35 | </PropertyGroup> |
55 | 36 | <PropertyGroup> |
56 | 37 | <ApplicationIcon>Godbert.ico</ApplicationIcon> |
|
83 | 64 | <Reference Include="WindowsBase" /> |
84 | 65 | <Reference Include="PresentationCore" /> |
85 | 66 | <Reference Include="PresentationFramework" /> |
| 67 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 68 | + <PackageReference Include="Ookii.Dialogs.Wpf" Version="5.0.1" /> |
| 69 | + <PackageReference Include="SharpDX" Version="4.2.0" /> |
86 | 70 | </ItemGroup> |
87 | 71 | <ItemGroup> |
88 | | - <ApplicationDefinition Include="App.xaml"> |
89 | | - <Generator>MSBuild:Compile</Generator> |
90 | | - <SubType>Designer</SubType> |
91 | | - </ApplicationDefinition> |
92 | | - <Compile Include="Commands\DelegateCommand.cs" /> |
93 | | - <Compile Include="Controls\AttachedImage.cs" /> |
94 | | - <Compile Include="Controls\ColumnFactory.cs" /> |
95 | | - <Compile Include="Controls\INavigatable.cs" /> |
96 | | - <Compile Include="Controls\IRawDataColumn.cs" /> |
97 | | - <Compile Include="Controls\RawDataGrid.cs" /> |
98 | | - <Compile Include="Controls\RawDataGridColorColumn.cs" /> |
99 | | - <Compile Include="Controls\RawDataGridImageColumn.cs" /> |
100 | | - <Compile Include="Controls\RawDataGridKeyColumn.cs" /> |
101 | | - <Compile Include="Controls\RawDataGridTextColumn.cs" /> |
102 | | - <Compile Include="Controls\RawDataItemsSource.cs" /> |
103 | | - <Compile Include="EngineHelper.cs" /> |
104 | | - <Compile Include="EngineInstance.cs" /> |
105 | | - <Compile Include="NaturalComparer.cs" /> |
106 | | - <Compile Include="ObservableBase.cs" /> |
107 | | - <Compile Include="Settings.cs" /> |
108 | | - <Compile Include="ViewModels\BookmarkViewModel.cs" /> |
109 | | - <Compile Include="ViewModels\DataViewModel.cs" /> |
110 | | - <Compile Include="ViewModels\DemihumanViewModel.cs" /> |
111 | | - <Compile Include="ViewModels\EquipmentViewModel.cs" /> |
112 | | - <Compile Include="ViewModels\FurnitureViewModel.cs" /> |
113 | | - <Compile Include="ViewModels\MainViewModel.cs" /> |
114 | | - <Compile Include="ViewModels\TerritoryViewModel.cs" /> |
115 | | - <Compile Include="ViewModels\MapsViewModel.cs" /> |
116 | | - <Compile Include="Models\ModelCharaHierarchy.cs" /> |
117 | | - <Compile Include="Models\ModelCharaMain.cs" /> |
118 | | - <Compile Include="Models\ModelCharaSub.cs" /> |
119 | | - <Compile Include="Models\ModelCharaVariant.cs" /> |
120 | | - <Compile Include="ViewModels\MonstersViewModel.cs" /> |
121 | | - <Compile Include="Views\DataView.xaml.cs"> |
122 | | - <DependentUpon>DataView.xaml</DependentUpon> |
123 | | - </Compile> |
124 | | - <Compile Include="Views\DemihumansView.xaml.cs"> |
125 | | - <DependentUpon>DemihumansView.xaml</DependentUpon> |
126 | | - </Compile> |
127 | | - <Compile Include="Views\EquipmentView.xaml.cs"> |
128 | | - <DependentUpon>EquipmentView.xaml</DependentUpon> |
129 | | - </Compile> |
130 | | - <Compile Include="Views\FurnitureView.xaml.cs"> |
131 | | - <DependentUpon>FurnitureView.xaml</DependentUpon> |
132 | | - </Compile> |
133 | | - <Compile Include="Views\Help3DView.xaml.cs"> |
134 | | - <DependentUpon>Help3DView.xaml</DependentUpon> |
135 | | - </Compile> |
136 | | - <Compile Include="Views\MapsView.xaml.cs"> |
137 | | - <DependentUpon>MapsView.xaml</DependentUpon> |
138 | | - </Compile> |
139 | | - <Compile Include="Views\MonstersView.xaml.cs"> |
140 | | - <DependentUpon>MonstersView.xaml</DependentUpon> |
141 | | - </Compile> |
142 | | - <Compile Include="Views\TerritoryView.xaml.cs"> |
143 | | - <DependentUpon>TerritoryView.xaml</DependentUpon> |
144 | | - </Compile> |
145 | | - <Compile Include="WpfHelper.cs" /> |
146 | | - <Page Include="MainWindow.xaml"> |
147 | | - <Generator>MSBuild:Compile</Generator> |
148 | | - <SubType>Designer</SubType> |
149 | | - </Page> |
150 | | - <Compile Include="App.xaml.cs"> |
151 | | - <DependentUpon>App.xaml</DependentUpon> |
152 | | - <SubType>Code</SubType> |
153 | | - </Compile> |
154 | | - <Compile Include="MainWindow.xaml.cs"> |
155 | | - <DependentUpon>MainWindow.xaml</DependentUpon> |
156 | | - <SubType>Code</SubType> |
157 | | - </Compile> |
158 | | - <Page Include="Views\DataView.xaml"> |
159 | | - <SubType>Designer</SubType> |
160 | | - <Generator>MSBuild:Compile</Generator> |
161 | | - </Page> |
162 | | - <Page Include="Views\DemihumansView.xaml"> |
163 | | - <SubType>Designer</SubType> |
164 | | - <Generator>MSBuild:Compile</Generator> |
165 | | - </Page> |
166 | | - <Page Include="Views\EquipmentView.xaml"> |
167 | | - <SubType>Designer</SubType> |
168 | | - <Generator>MSBuild:Compile</Generator> |
169 | | - </Page> |
170 | | - <Page Include="Views\FurnitureView.xaml"> |
171 | | - <SubType>Designer</SubType> |
172 | | - <Generator>MSBuild:Compile</Generator> |
173 | | - </Page> |
174 | | - <Page Include="Views\Help3DView.xaml"> |
175 | | - <SubType>Designer</SubType> |
176 | | - <Generator>MSBuild:Compile</Generator> |
177 | | - </Page> |
178 | | - <Page Include="Views\MapsView.xaml"> |
179 | | - <SubType>Designer</SubType> |
180 | | - <Generator>MSBuild:Compile</Generator> |
181 | | - </Page> |
182 | | - <Page Include="Views\MonstersView.xaml"> |
183 | | - <SubType>Designer</SubType> |
184 | | - <Generator>MSBuild:Compile</Generator> |
185 | | - </Page> |
186 | | - <Page Include="Views\TerritoryView.xaml"> |
187 | | - <SubType>Designer</SubType> |
188 | | - <Generator>MSBuild:Compile</Generator> |
189 | | - </Page> |
190 | | - </ItemGroup> |
191 | | - <ItemGroup> |
192 | | - <Compile Include="Properties\AssemblyInfo.cs"> |
193 | | - <SubType>Code</SubType> |
194 | | - </Compile> |
195 | | - <Compile Include="Properties\Resources.Designer.cs"> |
196 | | - <AutoGen>True</AutoGen> |
197 | | - <DesignTime>True</DesignTime> |
198 | | - <DependentUpon>Resources.resx</DependentUpon> |
199 | | - </Compile> |
200 | | - <Compile Include="Properties\Settings.Designer.cs"> |
201 | | - <AutoGen>True</AutoGen> |
202 | | - <DependentUpon>Settings.settings</DependentUpon> |
203 | | - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
204 | | - </Compile> |
205 | | - <EmbeddedResource Include="Properties\Resources.resx"> |
206 | | - <Generator>ResXFileCodeGenerator</Generator> |
207 | | - <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
208 | | - </EmbeddedResource> |
209 | | - <None Include="packages.config" /> |
210 | | - <None Include="Properties\Settings.settings"> |
211 | | - <Generator>SettingsSingleFileGenerator</Generator> |
212 | | - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
213 | | - </None> |
214 | | - <AppDesigner Include="Properties\" /> |
215 | | - </ItemGroup> |
216 | | - <ItemGroup> |
217 | | - <None Include="App.config" /> |
218 | | - </ItemGroup> |
219 | | - <ItemGroup> |
220 | | - <ProjectReference Include="..\SaintCoinach.Graphics.Viewer\SaintCoinach.Graphics.Viewer.csproj"> |
221 | | - <Project>{226bf71e-334f-4585-8fec-4239704cf539}</Project> |
222 | | - <Name>SaintCoinach.Graphics.Viewer</Name> |
223 | | - </ProjectReference> |
224 | | - <ProjectReference Include="..\SaintCoinach\SaintCoinach.csproj"> |
225 | | - <Project>{8a7d65eb-3de3-4631-b286-cc73a3126002}</Project> |
226 | | - <Name>SaintCoinach</Name> |
227 | | - </ProjectReference> |
| 72 | + <ProjectReference Include="..\SaintCoinach.Graphics.Viewer\SaintCoinach.Graphics.Viewer.csproj" /> |
| 73 | + <ProjectReference Include="..\SaintCoinach\SaintCoinach.csproj" /> |
228 | 74 | </ItemGroup> |
229 | 75 | <ItemGroup> |
230 | 76 | <Resource Include="Godbert.ico" /> |
|
0 commit comments