mgpk-politex-zadania

Форк
0
268 строк · 12.6 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.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)' == '' ">x86</Platform>
7
    <ProjectGuid>{5AA5D68C-981B-4C0C-B80A-BD0FB294642A}</ProjectGuid>
8
    <OutputType>AppContainerExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>UWPKursovayaAvtobus</RootNamespace>
11
    <AssemblyName>UWPKursovayaAvtobus</AssemblyName>
12
    <DefaultLanguage>en-US</DefaultLanguage>
13
    <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14
    <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
15
    <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
16
    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17
    <FileAlignment>512</FileAlignment>
18
    <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19
    <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
20
    <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
21
    <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
22
    <PackageCertificateThumbprint>55C0F436667148A02314A5994AE3561220B1CA61</PackageCertificateThumbprint>
23
    <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
24
    <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
25
    <GenerateTestArtifacts>True</GenerateTestArtifacts>
26
    <AppxBundle>Always</AppxBundle>
27
    <AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
28
  </PropertyGroup>
29
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
30
    <DebugSymbols>true</DebugSymbols>
31
    <OutputPath>bin\x86\Debug\</OutputPath>
32
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
33
    <NoWarn>;2008</NoWarn>
34
    <DebugType>full</DebugType>
35
    <PlatformTarget>x86</PlatformTarget>
36
    <UseVSHostingProcess>false</UseVSHostingProcess>
37
    <ErrorReport>prompt</ErrorReport>
38
    <Prefer32Bit>true</Prefer32Bit>
39
  </PropertyGroup>
40
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
41
    <OutputPath>bin\x86\Release\</OutputPath>
42
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
43
    <Optimize>true</Optimize>
44
    <NoWarn>;2008</NoWarn>
45
    <DebugType>pdbonly</DebugType>
46
    <PlatformTarget>x86</PlatformTarget>
47
    <UseVSHostingProcess>false</UseVSHostingProcess>
48
    <ErrorReport>prompt</ErrorReport>
49
    <Prefer32Bit>true</Prefer32Bit>
50
    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
53
    <DebugSymbols>true</DebugSymbols>
54
    <OutputPath>bin\ARM\Debug\</OutputPath>
55
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
56
    <NoWarn>;2008</NoWarn>
57
    <DebugType>full</DebugType>
58
    <PlatformTarget>ARM</PlatformTarget>
59
    <UseVSHostingProcess>false</UseVSHostingProcess>
60
    <ErrorReport>prompt</ErrorReport>
61
    <Prefer32Bit>true</Prefer32Bit>
62
  </PropertyGroup>
63
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
64
    <OutputPath>bin\ARM\Release\</OutputPath>
65
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
66
    <Optimize>true</Optimize>
67
    <NoWarn>;2008</NoWarn>
68
    <DebugType>pdbonly</DebugType>
69
    <PlatformTarget>ARM</PlatformTarget>
70
    <UseVSHostingProcess>false</UseVSHostingProcess>
71
    <ErrorReport>prompt</ErrorReport>
72
    <Prefer32Bit>true</Prefer32Bit>
73
    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
74
  </PropertyGroup>
75
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'">
76
    <DebugSymbols>true</DebugSymbols>
77
    <OutputPath>bin\ARM64\Debug\</OutputPath>
78
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
79
    <NoWarn>;2008</NoWarn>
80
    <DebugType>full</DebugType>
81
    <PlatformTarget>ARM64</PlatformTarget>
82
    <UseVSHostingProcess>false</UseVSHostingProcess>
83
    <ErrorReport>prompt</ErrorReport>
84
    <Prefer32Bit>true</Prefer32Bit>
85
    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'">
88
    <OutputPath>bin\ARM64\Release\</OutputPath>
89
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
90
    <Optimize>true</Optimize>
91
    <NoWarn>;2008</NoWarn>
92
    <DebugType>pdbonly</DebugType>
93
    <PlatformTarget>ARM64</PlatformTarget>
94
    <UseVSHostingProcess>false</UseVSHostingProcess>
95
    <ErrorReport>prompt</ErrorReport>
96
    <Prefer32Bit>true</Prefer32Bit>
97
    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
98
  </PropertyGroup>
99
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
100
    <DebugSymbols>true</DebugSymbols>
101
    <OutputPath>bin\x64\Debug\</OutputPath>
102
    <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
103
    <NoWarn>;2008</NoWarn>
104
    <DebugType>full</DebugType>
105
    <PlatformTarget>x64</PlatformTarget>
106
    <UseVSHostingProcess>false</UseVSHostingProcess>
107
    <ErrorReport>prompt</ErrorReport>
108
    <Prefer32Bit>true</Prefer32Bit>
109
  </PropertyGroup>
110
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
111
    <OutputPath>bin\x64\Release\</OutputPath>
112
    <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
113
    <Optimize>true</Optimize>
114
    <NoWarn>;2008</NoWarn>
115
    <DebugType>pdbonly</DebugType>
116
    <PlatformTarget>x64</PlatformTarget>
117
    <UseVSHostingProcess>false</UseVSHostingProcess>
118
    <ErrorReport>prompt</ErrorReport>
119
    <Prefer32Bit>true</Prefer32Bit>
120
    <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
121
  </PropertyGroup>
122
  <PropertyGroup>
123
    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
124
  </PropertyGroup>
125
  <ItemGroup>
126
    <Compile Include="App.xaml.cs">
127
      <DependentUpon>App.xaml</DependentUpon>
128
    </Compile>
129
    <Compile Include="BlankPage1.xaml.cs">
130
      <DependentUpon>BlankPage1.xaml</DependentUpon>
131
    </Compile>
132
    <Compile Include="ConnectionString.cs" />
133
    <Compile Include="MainPage.xaml.cs">
134
      <DependentUpon>MainPage.xaml</DependentUpon>
135
    </Compile>
136
    <Compile Include="Nav_deleters.xaml.cs">
137
      <DependentUpon>Nav_deleters.xaml</DependentUpon>
138
    </Compile>
139
    <Compile Include="Nav_Obslugers.xaml.cs">
140
      <DependentUpon>Nav_Obslugers.xaml</DependentUpon>
141
    </Compile>
142
    <Compile Include="Nav_salers.xaml.cs">
143
      <DependentUpon>Nav_salers.xaml</DependentUpon>
144
    </Compile>
145
    <Compile Include="Nav_Sotrudniks.xaml.cs">
146
      <DependentUpon>Nav_Sotrudniks.xaml</DependentUpon>
147
    </Compile>
148
    <Compile Include="Properties\AssemblyInfo.cs" />
149
  </ItemGroup>
150
  <ItemGroup>
151
    <AppxManifest Include="Package.appxmanifest">
152
      <SubType>Designer</SubType>
153
    </AppxManifest>
154
  </ItemGroup>
155
  <ItemGroup>
156
    <Content Include="Assets\LargeTile.scale-100.png" />
157
    <Content Include="Assets\LargeTile.scale-125.png" />
158
    <Content Include="Assets\LargeTile.scale-150.png" />
159
    <Content Include="Assets\LargeTile.scale-200.png" />
160
    <Content Include="Assets\LargeTile.scale-400.png" />
161
    <Content Include="Assets\SmallTile.scale-100.png" />
162
    <Content Include="Assets\SmallTile.scale-125.png" />
163
    <Content Include="Assets\SmallTile.scale-150.png" />
164
    <Content Include="Assets\SmallTile.scale-200.png" />
165
    <Content Include="Assets\SmallTile.scale-400.png" />
166
    <Content Include="Assets\SplashScreen.scale-100.png" />
167
    <Content Include="Assets\SplashScreen.scale-125.png" />
168
    <Content Include="Assets\SplashScreen.scale-150.png" />
169
    <Content Include="Assets\SplashScreen.scale-400.png" />
170
    <Content Include="Assets\Square150x150Logo.scale-100.png" />
171
    <Content Include="Assets\Square150x150Logo.scale-125.png" />
172
    <Content Include="Assets\Square150x150Logo.scale-150.png" />
173
    <Content Include="Assets\Square150x150Logo.scale-400.png" />
174
    <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
175
    <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-24.png" />
176
    <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
177
    <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-32.png" />
178
    <Content Include="Assets\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
179
    <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-16.png" />
180
    <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-256.png" />
181
    <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-32.png" />
182
    <Content Include="Assets\Square44x44Logo.altform-unplated_targetsize-48.png" />
183
    <Content Include="Assets\Square44x44Logo.scale-100.png" />
184
    <Content Include="Assets\Square44x44Logo.scale-125.png" />
185
    <Content Include="Assets\Square44x44Logo.scale-150.png" />
186
    <Content Include="Assets\Square44x44Logo.scale-400.png" />
187
    <Content Include="Assets\Square44x44Logo.targetsize-16.png" />
188
    <Content Include="Assets\Square44x44Logo.targetsize-24.png" />
189
    <Content Include="Assets\Square44x44Logo.targetsize-256.png" />
190
    <Content Include="Assets\Square44x44Logo.targetsize-32.png" />
191
    <Content Include="Assets\Square44x44Logo.targetsize-48.png" />
192
    <Content Include="Assets\StoreLogo.scale-100.png" />
193
    <Content Include="Assets\StoreLogo.scale-125.png" />
194
    <Content Include="Assets\StoreLogo.scale-150.png" />
195
    <Content Include="Assets\StoreLogo.scale-200.png" />
196
    <Content Include="Assets\StoreLogo.scale-400.png" />
197
    <Content Include="Assets\Wide310x150Logo.scale-100.png" />
198
    <Content Include="Assets\Wide310x150Logo.scale-125.png" />
199
    <Content Include="Assets\Wide310x150Logo.scale-150.png" />
200
    <Content Include="Assets\Wide310x150Logo.scale-400.png" />
201
    <Content Include="Properties\Default.rd.xml" />
202
    <Content Include="Assets\LockScreenLogo.scale-200.png" />
203
    <Content Include="Assets\SplashScreen.scale-200.png" />
204
    <Content Include="Assets\Square150x150Logo.scale-200.png" />
205
    <Content Include="Assets\Square44x44Logo.scale-200.png" />
206
    <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
207
    <Content Include="Assets\Wide310x150Logo.scale-200.png" />
208
  </ItemGroup>
209
  <ItemGroup>
210
    <ApplicationDefinition Include="App.xaml">
211
      <Generator>MSBuild:Compile</Generator>
212
      <SubType>Designer</SubType>
213
    </ApplicationDefinition>
214
    <Page Include="BlankPage1.xaml">
215
      <Generator>MSBuild:Compile</Generator>
216
      <SubType>Designer</SubType>
217
    </Page>
218
    <Page Include="MainPage.xaml">
219
      <Generator>MSBuild:Compile</Generator>
220
      <SubType>Designer</SubType>
221
    </Page>
222
    <Page Include="Nav_deleters.xaml">
223
      <SubType>Designer</SubType>
224
      <Generator>MSBuild:Compile</Generator>
225
    </Page>
226
    <Page Include="Nav_Obslugers.xaml">
227
      <SubType>Designer</SubType>
228
      <Generator>MSBuild:Compile</Generator>
229
    </Page>
230
    <Page Include="Nav_salers.xaml">
231
      <SubType>Designer</SubType>
232
      <Generator>MSBuild:Compile</Generator>
233
    </Page>
234
    <Page Include="Nav_Sotrudniks.xaml">
235
      <SubType>Designer</SubType>
236
      <Generator>MSBuild:Compile</Generator>
237
    </Page>
238
  </ItemGroup>
239
  <ItemGroup>
240
    <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
241
      <Version>6.2.13</Version>
242
    </PackageReference>
243
    <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls">
244
      <Version>7.1.2</Version>
245
    </PackageReference>
246
    <PackageReference Include="System.Configuration.ConfigurationManager">
247
      <Version>6.0.0</Version>
248
    </PackageReference>
249
    <PackageReference Include="System.Drawing.Common">
250
      <Version>6.0.0</Version>
251
    </PackageReference>
252
  </ItemGroup>
253
  <ItemGroup>
254
    <None Include="Package.appinstaller" />
255
    <None Include="UWPKursovayaAvtobus_TemporaryKey.pfx" />
256
  </ItemGroup>
257
  <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
258
    <VisualStudioVersion>14.0</VisualStudioVersion>
259
  </PropertyGroup>
260
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
261
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
262
       Other similar extension points exist, see Microsoft.Common.targets.
263
  <Target Name="BeforeBuild">
264
  </Target>
265
  <Target Name="AfterBuild">
266
  </Target>
267
  -->
268
</Project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.