Skip to content

Commit

Permalink
Normalize line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
godarklight committed Jan 22, 2014
1 parent c928a4d commit 1f4549f
Show file tree
Hide file tree
Showing 6 changed files with 4,982 additions and 4,982 deletions.
234 changes: 117 additions & 117 deletions KMPServer/KMPServer.csproj
@@ -1,117 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5D0229A6-C66F-4FB4-8D63-CD955AFDC64B}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KMPServer</RootNamespace>
<AssemblyName>KMPServer</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml" />
<Reference Include="System.Data.SQLite">
<HintPath>..\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="MySql.Data">
<HintPath>..\MySql.Data.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DBExtensions.cs" />
<Compile Include="Logger.cs" />
<Compile Include="Client.cs" />
<Compile Include="Server.cs" />
<Compile Include="ServerMain.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServerSettings.cs" />
<Compile Include="Service References\ServerList\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
</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>
-->
<ItemGroup>
<ProjectReference Include="..\KerbalMultiPlayer.csproj">
<Project>{D7FB689F-A23A-4FC9-9098-CCC20B9B9E6D}</Project>
<Name>KerbalMultiPlayer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="KMPServer.exe.config" />
<None Include="Service References\ServerList\Report.wsdl" />
<None Include="Service References\ServerList\Report.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServerList\Report1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\ServerList\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\Report.disco" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5D0229A6-C66F-4FB4-8D63-CD955AFDC64B}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KMPServer</RootNamespace>
<AssemblyName>KMPServer</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml" />
<Reference Include="System.Data.SQLite">
<HintPath>..\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="MySql.Data">
<HintPath>..\MySql.Data.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DBExtensions.cs" />
<Compile Include="Logger.cs" />
<Compile Include="Client.cs" />
<Compile Include="Server.cs" />
<Compile Include="ServerMain.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServerSettings.cs" />
<Compile Include="Service References\ServerList\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
</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>
-->
<ItemGroup>
<ProjectReference Include="..\KerbalMultiPlayer.csproj">
<Project>{D7FB689F-A23A-4FC9-9098-CCC20B9B9E6D}</Project>
<Name>KerbalMultiPlayer</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="KMPServer.exe.config" />
<None Include="Service References\ServerList\Report.wsdl" />
<None Include="Service References\ServerList\Report.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServerList\Report1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="sqlite3.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\ServerList\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\Report.disco" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\ServerList\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>

0 comments on commit 1f4549f

Please sign in to comment.