Version.Update.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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>{0DFAC9FC-9D48-4DCF-AE72-8FB1CA70A06E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Version.Update</RootNamespace>
  11. <AssemblyName>Version.Update</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  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. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Deployment" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Windows.Forms" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Commons\R.cs" />
  52. <Compile Include="Form1.cs">
  53. <SubType>Form</SubType>
  54. </Compile>
  55. <Compile Include="Form1.Designer.cs">
  56. <DependentUpon>Form1.cs</DependentUpon>
  57. </Compile>
  58. <Compile Include="Models\VersionModel.cs" />
  59. <Compile Include="Program.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <EmbeddedResource Include="Form1.resx">
  62. <DependentUpon>Form1.cs</DependentUpon>
  63. </EmbeddedResource>
  64. <EmbeddedResource Include="Properties\Resources.resx">
  65. <Generator>ResXFileCodeGenerator</Generator>
  66. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  67. <SubType>Designer</SubType>
  68. </EmbeddedResource>
  69. <Compile Include="Properties\Resources.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DependentUpon>Resources.resx</DependentUpon>
  72. </Compile>
  73. <None Include="Properties\Settings.settings">
  74. <Generator>SettingsSingleFileGenerator</Generator>
  75. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  76. </None>
  77. <Compile Include="Properties\Settings.Designer.cs">
  78. <AutoGen>True</AutoGen>
  79. <DependentUpon>Settings.settings</DependentUpon>
  80. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  81. </Compile>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="App.config" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="FodyWeavers.xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\..\Azylee.Utils\Azylee.Core.Plus\Azylee.Core.Plus.csproj">
  91. <Project>{915ae524-7efd-4ecc-b731-de1d1f5558f0}</Project>
  92. <Name>Azylee.Core.Plus</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\..\Azylee.Utils\Azylee.Core\Azylee.Core.csproj">
  95. <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
  96. <Name>Azylee.Core</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\Azylee.Utils\Azylee.Update\Azylee.Update.csproj">
  99. <Project>{76f92bae-8c9c-42aa-85e8-51f2ea8a0c91}</Project>
  100. <Name>Azylee.Update</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\Azylee.Utils\Azylee.YeahWeb\Azylee.YeahWeb.csproj">
  103. <Project>{ccf7a654-b442-4db1-bb3b-0f8014c3237f}</Project>
  104. <Name>Azylee.YeahWeb</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  109. </Target>
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>