OHVProtocolServer.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>{8F61D6EA-34E8-4800-88FD-C7776F54AA7A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OHVProtocolServer</RootNamespace>
  10. <AssemblyName>OHVProtocolServer</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="GSG.NET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=807456855d2bd861, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\OHV\Assambly\GSG.NET.dll</HintPath>
  40. </Reference>
  41. <Reference Include="GSG.NET.WPF">
  42. <HintPath>..\..\..\OHV\Assambly\GSG.NET.WPF.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Quartz, Version=1.0.3.2, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\OHV\Assambly\Quartz.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Page Include="MainWindow.xaml">
  69. <Generator>MSBuild:Compile</Generator>
  70. <SubType>Designer</SubType>
  71. </Page>
  72. <Compile Include="App.xaml.cs">
  73. <DependentUpon>App.xaml</DependentUpon>
  74. <SubType>Code</SubType>
  75. </Compile>
  76. <Compile Include="MainWindow.xaml.cs">
  77. <DependentUpon>MainWindow.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Properties\AssemblyInfo.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>Resources.resx</DependentUpon>
  89. </Compile>
  90. <Compile Include="Properties\Settings.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. <EmbeddedResource Include="Properties\Resources.resx">
  96. <Generator>ResXFileCodeGenerator</Generator>
  97. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  98. </EmbeddedResource>
  99. <None Include="Properties\Settings.settings">
  100. <Generator>SettingsSingleFileGenerator</Generator>
  101. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  102. </None>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="App.config" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\OHVConnector\OHVConnector.csproj">
  109. <Project>{b9a8b13b-518b-4ae4-b8b6-c2684df6608a}</Project>
  110. <Name>OHVConnector</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <None Include="log4net.xml">
  115. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  116. </None>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. </Project>