You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
4.3 KiB

1 month ago
  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>{633AB627-62B0-4A0E-8DC9-1A05DFC2C2E7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ShenTun.IcCard.Test</RootNamespace>
  11. <AssemblyName>ShenTun.IcCard.Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Deployment" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Form1.cs">
  50. <SubType>Form</SubType>
  51. </Compile>
  52. <Compile Include="Form1.Designer.cs">
  53. <DependentUpon>Form1.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Form2.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="Form2.Designer.cs">
  59. <DependentUpon>Form2.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <EmbeddedResource Include="Form1.resx">
  64. <DependentUpon>Form1.cs</DependentUpon>
  65. </EmbeddedResource>
  66. <EmbeddedResource Include="Form2.resx">
  67. <DependentUpon>Form2.cs</DependentUpon>
  68. </EmbeddedResource>
  69. <EmbeddedResource Include="Properties\Resources.resx">
  70. <Generator>ResXFileCodeGenerator</Generator>
  71. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  72. <SubType>Designer</SubType>
  73. </EmbeddedResource>
  74. <Compile Include="Properties\Resources.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DependentUpon>Resources.resx</DependentUpon>
  77. <DesignTime>True</DesignTime>
  78. </Compile>
  79. <None Include="Properties\Settings.settings">
  80. <Generator>SettingsSingleFileGenerator</Generator>
  81. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  82. </None>
  83. <Compile Include="Properties\Settings.Designer.cs">
  84. <AutoGen>True</AutoGen>
  85. <DependentUpon>Settings.settings</DependentUpon>
  86. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  87. </Compile>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="App.config" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\..\ShenTun.IcCard\ShenTun.IcCard.csproj">
  94. <Project>{2d0917b6-d203-4b09-8509-79790ce47779}</Project>
  95. <Name>ShenTun.IcCard</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>