AutoBuilder.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{2A61307E-0146-4C21-862D-AFDB0A9F887C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>AutoBuilder</RootNamespace>
  11. <AssemblyName>AutoBuilder</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>true</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Dev|AnyCPU'">
  40. <OutputPath>bin\Dev\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <Optimize>true</Optimize>
  43. <DebugType>pdbonly</DebugType>
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. <Prefer32Bit>false</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  50. <DebugSymbols>true</DebugSymbols>
  51. <OutputPath>bin\x86\Debug\</OutputPath>
  52. <DefineConstants>DEBUG;TRACE</DefineConstants>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  59. <OutputPath>bin\x86\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <Optimize>true</Optimize>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Dev|x86'">
  68. <OutputPath>bin\x86\Dev\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <Optimize>true</Optimize>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x86</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ApplicationIcon>Build.ico</ApplicationIcon>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="SharpSvn, Version=1.9004.3900.136, Culture=neutral, PublicKeyToken=d729672594885a28, processorArchitecture=AMD64">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\..\packages\SharpSvn\x86\SharpSvn.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Xml" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Net.Http" />
  92. <Reference Include="System.Xaml">
  93. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  94. </Reference>
  95. <Reference Include="WindowsBase" />
  96. <Reference Include="PresentationCore" />
  97. <Reference Include="PresentationFramework" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ApplicationDefinition Include="App.xaml">
  101. <Generator>MSBuild:Compile</Generator>
  102. <SubType>Designer</SubType>
  103. </ApplicationDefinition>
  104. <Compile Include="BuildHelper.cs" />
  105. <Compile Include="IoHelper.cs" />
  106. <Compile Include="SvnHelper.cs" />
  107. <Page Include="MainWindow.xaml">
  108. <Generator>MSBuild:Compile</Generator>
  109. <SubType>Designer</SubType>
  110. </Page>
  111. <Compile Include="App.xaml.cs">
  112. <DependentUpon>App.xaml</DependentUpon>
  113. <SubType>Code</SubType>
  114. </Compile>
  115. <Compile Include="MainWindow.xaml.cs">
  116. <DependentUpon>MainWindow.xaml</DependentUpon>
  117. <SubType>Code</SubType>
  118. </Compile>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Compile Include="Properties\AssemblyInfo.cs">
  122. <SubType>Code</SubType>
  123. </Compile>
  124. <Compile Include="Properties\Resources.Designer.cs">
  125. <AutoGen>True</AutoGen>
  126. <DesignTime>True</DesignTime>
  127. <DependentUpon>Resources.resx</DependentUpon>
  128. </Compile>
  129. <Compile Include="Properties\Settings.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DependentUpon>Settings.settings</DependentUpon>
  132. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  133. </Compile>
  134. <EmbeddedResource Include="Properties\Resources.resx">
  135. <Generator>ResXFileCodeGenerator</Generator>
  136. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  137. </EmbeddedResource>
  138. <None Include="Properties\Settings.settings">
  139. <Generator>SettingsSingleFileGenerator</Generator>
  140. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  141. </None>
  142. <AppDesigner Include="Properties\" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Resource Include="Build.ico" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>