Test.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{C14E2157-5E86-488A-89C9-31FB07D98D3C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Test</RootNamespace>
  10. <AssemblyName>Test</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <TargetFrameworkProfile />
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>x64</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\OutputDll\</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>..\OutputDll\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  38. <OutputPath>..\OutputDll\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <Optimize>true</Optimize>
  41. <DebugType>pdbonly</DebugType>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. <Prefer32Bit>true</Prefer32Bit>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <ApplicationIcon>20190916073811860_easyicon_net_64.ico</ApplicationIcon>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="FWindSoft, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\Dlls\FWindSoft.dll</HintPath>
  54. </Reference>
  55. <Reference Include="FWindSoft.Wpf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\Dlls\FWindSoft.Wpf.dll</HintPath>
  58. </Reference>
  59. <Reference Include="INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\Dlls\INIFileParser.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SAGA.DotNetUtils">
  64. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xaml">
  75. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="App.cs" />
  83. <Compile Include="TestPress\CompressUtil.cs" />
  84. <Page Include="MainWindow.xaml">
  85. <Generator>MSBuild:Compile</Generator>
  86. <SubType>Designer</SubType>
  87. </Page>
  88. <Compile Include="Edges\EdgeGraph.cs" />
  89. <Compile Include="MainWindow.xaml.cs">
  90. <DependentUpon>MainWindow.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Properties\AssemblyInfo.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. </Compile>
  103. <Compile Include="Properties\Settings.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Settings.settings</DependentUpon>
  106. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  107. </Compile>
  108. <EmbeddedResource Include="Properties\Resources.resx">
  109. <Generator>ResXFileCodeGenerator</Generator>
  110. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  111. </EmbeddedResource>
  112. <None Include="Properties\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  115. </None>
  116. <None Include="README.md" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="App.config" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\FirmLib\Com.FirmLib.UI\Com.FirmLib.UI.csproj">
  123. <Project>{1a6202ba-6646-48d1-8f93-f55ed4cff075}</Project>
  124. <Name>Com.FirmLib.UI</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\FirmLib\Com.FirmLib\Com.FirmLib.csproj">
  127. <Project>{8e39978d-e06f-44cd-bbc9-b6f10fac29de}</Project>
  128. <Name>Com.FirmLib</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Resource Include="20190916073811860_easyicon_net_64.ico" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>