OHVProtocolClient.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{9C0379FF-03EE-41E4-8065-C72A957E6557}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OHVProtocolClient</RootNamespace>
  10. <AssemblyName>OHVProtocolClient</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Quartz, Version=1.0.3.2, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\OHV\Assambly\Quartz.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xaml">
  50. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="WindowsBase" />
  53. <Reference Include="PresentationCore" />
  54. <Reference Include="PresentationFramework" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ApplicationDefinition Include="App.xaml">
  58. <Generator>MSBuild:Compile</Generator>
  59. <SubType>Designer</SubType>
  60. </ApplicationDefinition>
  61. <Page Include="MainWindow.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </Page>
  65. <Compile Include="App.xaml.cs">
  66. <DependentUpon>App.xaml</DependentUpon>
  67. <SubType>Code</SubType>
  68. </Compile>
  69. <Compile Include="MainWindow.xaml.cs">
  70. <DependentUpon>MainWindow.xaml</DependentUpon>
  71. <SubType>Code</SubType>
  72. </Compile>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Properties\AssemblyInfo.cs">
  76. <SubType>Code</SubType>
  77. </Compile>
  78. <Compile Include="Properties\Resources.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>Resources.resx</DependentUpon>
  82. </Compile>
  83. <Compile Include="Properties\Settings.Designer.cs">
  84. <AutoGen>True</AutoGen>
  85. <DependentUpon>Settings.settings</DependentUpon>
  86. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  87. </Compile>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. </EmbeddedResource>
  92. <None Include="Properties\Settings.settings">
  93. <Generator>SettingsSingleFileGenerator</Generator>
  94. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  95. </None>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\..\..\..\GSG\GSG\GSG.NET\GSG.NET.csproj">
  102. <Project>{11e12a58-fdbc-444a-90e6-db96b7e98ff4}</Project>
  103. <Name>GSG.NET</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\OHVConnector\OHVConnector.csproj">
  106. <Project>{b9a8b13b-518b-4ae4-b8b6-c2684df6608a}</Project>
  107. <Name>OHVConnector</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="log4net.xml">
  112. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  113. </None>
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. </Project>