Demo.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{D0081E42-86DB-40C3-9CF2-4A15B47E2E23}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PTMedicalInsurance.Demo</RootNamespace>
  10. <AssemblyName>Demo</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="PTMIBase">
  37. <HintPath>..\PTBase\bin\Debug\PTMIBase.dll</HintPath>
  38. </Reference>
  39. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  40. <HintPath>..\packages\SunnyUI.3.2.0\lib\net40\SunnyUI.dll</HintPath>
  41. </Reference>
  42. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  43. <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Design" />
  48. <Reference Include="System.Web.Extensions" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Deployment" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Entity\Enums\FormEnum.cs" />
  61. <Compile Include="Entity\Structs\CurrentEnvironment.cs" />
  62. <Compile Include="Entity\Structs\IrisConfig.cs" />
  63. <Compile Include="Forms\ChooseCard\ChooseCard.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="Forms\ChooseCard\ChooseCard.Designer.cs">
  67. <DependentUpon>ChooseCard.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="Globals\glb.cs" />
  70. <Compile Include="MainForm.cs">
  71. <SubType>Form</SubType>
  72. </Compile>
  73. <Compile Include="MainForm.Designer.cs">
  74. <DependentUpon>MainForm.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Forms\MockInvokeForm\MockInvokeForm.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="Forms\MockInvokeForm\MockInvokeForm.Designer.cs">
  80. <DependentUpon>MockInvokeForm.cs</DependentUpon>
  81. </Compile>
  82. <Compile Include="Program.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <EmbeddedResource Include="Forms\ChooseCard\ChooseCard.resx">
  85. <DependentUpon>ChooseCard.cs</DependentUpon>
  86. </EmbeddedResource>
  87. <EmbeddedResource Include="MainForm.resx">
  88. <DependentUpon>MainForm.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Forms\MockInvokeForm\MockInvokeForm.resx">
  91. <DependentUpon>MockInvokeForm.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <EmbeddedResource Include="Properties\Resources.resx">
  94. <Generator>ResXFileCodeGenerator</Generator>
  95. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Resources.resx</DependentUpon>
  101. <DesignTime>True</DesignTime>
  102. </Compile>
  103. <None Include="packages.config" />
  104. <None Include="Properties\Settings.settings">
  105. <Generator>SettingsSingleFileGenerator</Generator>
  106. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  107. </None>
  108. <Compile Include="Properties\Settings.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Settings.settings</DependentUpon>
  111. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  112. </Compile>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. </Project>