ResourceEditor.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>{47B42399-98D7-4797-87DC-AB6B201A7C27}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ResourceEditor</RootNamespace>
  10. <AssemblyName>ResourceEditor</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\..\packages\Microsoft.DirectX.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\packages\Microsoft.DirectX.Direct3D.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\packages\Microsoft.DirectX.Direct3DX.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.DirectX.DirectSound, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\packages\Microsoft.DirectX.DirectSound.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MySql.Data">
  53. <HintPath>..\..\packages\MySql.Data.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\packages\Newtonsoft.Json.dll</HintPath>
  58. </Reference>
  59. <Reference Include="SlimDX">
  60. <HintPath>..\..\packages\SlimDX.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Data" />
  68. <Reference Include="System.Deployment" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="..\ClientPackets.cs">
  76. <Link>ClientPackets.cs</Link>
  77. </Compile>
  78. <Compile Include="..\Client\MirGraphics\DXManager.cs">
  79. <Link>DXManager.cs</Link>
  80. </Compile>
  81. <Compile Include="..\Client\MirGraphics\MLibrary.cs">
  82. <Link>MLibrary.cs</Link>
  83. </Compile>
  84. <Compile Include="..\Common.cs">
  85. <Link>Common.cs</Link>
  86. </Compile>
  87. <Compile Include="..\ServerPackets.cs">
  88. <Link>ServerPackets.cs</Link>
  89. </Compile>
  90. <Compile Include="Form1.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="Form1.Designer.cs">
  94. <DependentUpon>Form1.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="MirControl.cs" />
  97. <Compile Include="Program.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="Settings.cs" />
  100. <EmbeddedResource Include="Form1.resx">
  101. <DependentUpon>Form1.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. <SubType>Designer</SubType>
  107. </EmbeddedResource>
  108. <Compile Include="Properties\Resources.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Resources.resx</DependentUpon>
  111. </Compile>
  112. <None Include="Properties\Settings.settings">
  113. <Generator>SettingsSingleFileGenerator</Generator>
  114. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  115. </None>
  116. <Compile Include="Properties\Settings.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Settings.settings</DependentUpon>
  119. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  120. </Compile>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="App.config" />
  124. </ItemGroup>
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. </Project>