Vinno.IdentificationCardApp.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5CA28813-DB5D-410B-B478-34DFC083AF42}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Vinno.IdentificationCardApp</RootNamespace>
  11. <AssemblyName>Vinno.IdentificationCardApp</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>..\..\Bin\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>x86</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>..\..\Bin\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>..\..\..\Shipped\Bin\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>AnyCPU</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  67. <OutputPath>..\..\..\Shipped\Bin\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.IO.Compression" />
  83. <Reference Include="System.Runtime.Remoting" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Xaml">
  90. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  91. </Reference>
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="PresentationCore" />
  94. <Reference Include="PresentationFramework" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ApplicationDefinition Include="App.xaml">
  98. <Generator>MSBuild:Compile</Generator>
  99. <SubType>Designer</SubType>
  100. </ApplicationDefinition>
  101. <Compile Include="App.xaml.cs">
  102. <DependentUpon>App.xaml</DependentUpon>
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="Enums.cs" />
  106. <Compile Include="IDCardInfo.cs" />
  107. <Compile Include="IDCardManager.cs" />
  108. <Compile Include="Logger.cs" />
  109. <Compile Include="SDTApi.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="MainWindow.xaml.cs">
  113. <DependentUpon>MainWindow.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Properties\AssemblyInfo.cs">
  116. <SubType>Code</SubType>
  117. </Compile>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. </Compile>
  123. <Compile Include="Properties\Settings.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Settings.settings</DependentUpon>
  126. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  127. </Compile>
  128. <EmbeddedResource Include="Properties\Resources.resx">
  129. <Generator>ResXFileCodeGenerator</Generator>
  130. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  131. </EmbeddedResource>
  132. <None Include="Properties\Settings.settings">
  133. <Generator>SettingsSingleFileGenerator</Generator>
  134. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  135. </None>
  136. <AppDesigner Include="Properties\" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <None Include="App.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Page Include="MainWindow.xaml">
  143. <Generator>MSBuild:Compile</Generator>
  144. <SubType>Designer</SubType>
  145. </Page>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  149. <Visible>False</Visible>
  150. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  151. <Install>true</Install>
  152. </BootstrapperPackage>
  153. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  154. <Visible>False</Visible>
  155. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  156. <Install>false</Install>
  157. </BootstrapperPackage>
  158. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 3.5 SP1</ProductName>
  161. <Install>false</Install>
  162. </BootstrapperPackage>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Folder Include="AssemblyResolve\" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <ProjectReference Include="..\Vinno.IDCardReader\Vinno.IDCardReader.csproj">
  169. <Project>{799da164-f08e-445c-a2d8-521e0441b4bd}</Project>
  170. <Name>Vinno.IDCardReader</Name>
  171. </ProjectReference>
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <PropertyGroup>
  175. <PostBuildEvent>xcopy $(ProjectDir)\Depends\*.* $(TargetDir) /s /e /y</PostBuildEvent>
  176. </PropertyGroup>
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>