spgen.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4452F5D3-61D3-4F6E-B4CF-890EBA14E26B}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>spgen</RootNamespace>
  12. <AssemblyName>spgen</AssemblyName>
  13. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>http://localhost/spgen/</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Web</InstallFrom>
  22. <UpdateEnabled>true</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>true</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile />
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  48. <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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. <Prefer32Bit>false</Prefer32Bit>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.Composition" />
  64. <Reference Include="System.Core">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  68. <HintPath>packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  69. <Private>True</Private>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  74. <Private>True</Private>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System.Xml.Linq">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Data.DataSetExtensions">
  81. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="CPPGenerator.cs" />
  88. <Compile Include="CSGenerator.cs" />
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  94. <Visible>False</Visible>
  95. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  96. <Install>false</Install>
  97. </BootstrapperPackage>
  98. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  99. <Visible>False</Visible>
  100. <ProductName>.NET Framework 3.5 SP1</ProductName>
  101. <Install>true</Install>
  102. </BootstrapperPackage>
  103. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  104. <Visible>False</Visible>
  105. <ProductName>Windows Installer 3.1</ProductName>
  106. <Install>true</Install>
  107. </BootstrapperPackage>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="app.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <PackageReference Include="System.IO">
  114. <Version>4.3.0</Version>
  115. </PackageReference>
  116. <PackageReference Include="System.Net.Http">
  117. <Version>4.3.4</Version>
  118. </PackageReference>
  119. <PackageReference Include="System.Runtime">
  120. <Version>4.3.1</Version>
  121. </PackageReference>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  125. Other similar extension points exist, see Microsoft.Common.targets.
  126. <Target Name="BeforeBuild">
  127. </Target>
  128. <Target Name="AfterBuild">
  129. </Target>
  130. -->
  131. </Project>