mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-25 18:59:12 +00:00
189 lines
8.7 KiB
XML
189 lines
8.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{7296CCEC-F459-4071-A9D2-9A07DCC29210}</ProjectGuid>
|
|||
|
<OutputType>WinExe</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>FSO.Server.Debug</RootNamespace>
|
|||
|
<AssemblyName>FSO.Server.Debug</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|||
|
<TargetFrameworkProfile />
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ServerRelease|AnyCPU'">
|
|||
|
<OutputPath>bin\ServerRelease\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|||
|
<Prefer32Bit>true</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Be.Windows.Forms.HexBox, Version=1.5.0.30785, Culture=neutral, PublicKeyToken=e0e5adf0ebc99863, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>libs\Be.Windows.Forms.HexBox.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Common.Logging, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
|
|||
|
<HintPath>..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Common.Logging.Core, Version=3.4.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
|
|||
|
<HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Mina.NET, Version=2.0.11.0, Culture=neutral, PublicKeyToken=bc4dde96e5154fe5, processorArchitecture=MSIL">
|
|||
|
<HintPath>..\packages\Mina.2.0.11\lib\net40\Mina.NET.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|||
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
|
|||
|
<HintPath>..\packages\Portable.Ninject.3.3.1\lib\net40-client\Ninject.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="ScintillaNET">
|
|||
|
<HintPath>libs\ScintillaNET.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
<Reference Include="Microsoft.CSharp" />
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Deployment" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.Net.Http" />
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="PacketAnalyzer\ByteCountPacketAnalyzer.cs" />
|
|||
|
<Compile Include="PacketAnalyzer\ConstantsPacketAnalyzer.cs" />
|
|||
|
<Compile Include="PacketAnalyzer\ContentPacketAnalyzer.cs" />
|
|||
|
<Compile Include="PacketAnalyzer\IPacketAnalyzer.cs" />
|
|||
|
<Compile Include="PacketAnalyzer\PascalStringPacketAnalyzer.cs" />
|
|||
|
<Compile Include="NetworkDebugger.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="NetworkDebugger.Designer.cs">
|
|||
|
<DependentUpon>NetworkDebugger.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="NetworkStash.cs" />
|
|||
|
<Compile Include="PacketAnalyzer\VariableLengthStringAnalyzer.cs" />
|
|||
|
<Compile Include="PacketView.cs">
|
|||
|
<SubType>UserControl</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="PacketView.designer.cs">
|
|||
|
<DependentUpon>PacketView.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<Compile Include="RawPacketReference.cs" />
|
|||
|
<Compile Include="StringDialog.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="StringDialog.designer.cs">
|
|||
|
<DependentUpon>StringDialog.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<EmbeddedResource Include="NetworkDebugger.resx">
|
|||
|
<DependentUpon>NetworkDebugger.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="PacketView.resx">
|
|||
|
<DependentUpon>PacketView.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
</Compile>
|
|||
|
<EmbeddedResource Include="StringDialog.resx">
|
|||
|
<DependentUpon>StringDialog.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<None Include="packages.config" />
|
|||
|
<None Include="Properties\Settings.settings">
|
|||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|||
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|||
|
</None>
|
|||
|
<Compile Include="Properties\Settings.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DependentUpon>Settings.settings</DependentUpon>
|
|||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="App.config" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\FSO.Common.DatabaseService\FSO.Common.DatabaseService.csproj">
|
|||
|
<Project>{c051793d-1a9c-4554-9bb8-bafdc01a096a}</Project>
|
|||
|
<Name>FSO.Common.DatabaseService</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\FSO.Server.Common\FSO.Server.Common.csproj">
|
|||
|
<Project>{39b61962-fe43-4b64-8e57-8f793737fffe}</Project>
|
|||
|
<Name>FSO.Server.Common</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\FSO.Server.Protocol\FSO.Server.Protocol.csproj">
|
|||
|
<Project>{a08ade32-27e2-44f4-bc52-11a16c56baa8}</Project>
|
|||
|
<Name>FSO.Server.Protocol</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\tso.common\FSO.Common.csproj">
|
|||
|
<Project>{c42962a1-8796-4f47-9dcd-79ed5904d8ca}</Project>
|
|||
|
<Name>FSO.Common</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\tso.content\FSO.Content.csproj">
|
|||
|
<Project>{c0068df7-f2e8-4399-846d-556bf9a35c00}</Project>
|
|||
|
<Name>FSO.Content</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\tso.files\FSO.Files.csproj">
|
|||
|
<Project>{18583453-a970-4ac5-83b1-2d6bfdf94c24}</Project>
|
|||
|
<Name>FSO.Files</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\tso.vitaboy.model\FSO.Vitaboy.csproj">
|
|||
|
<Project>{9d9558a9-755e-43f9-8bb6-b26f365f5042}</Project>
|
|||
|
<Name>FSO.Vitaboy</Name>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Folder Include="Resources\" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Content Include="libs\Be.Windows.Forms.HexBox.dll" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|||
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|||
|
<Target Name="BeforeBuild">
|
|||
|
</Target>
|
|||
|
<Target Name="AfterBuild">
|
|||
|
</Target>
|
|||
|
-->
|
|||
|
</Project>
|