Skip to content

Commit

Permalink
Added back original csproj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
frencrs committed Sep 7, 2014
1 parent e2cf2c1 commit 56a738f
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 56 deletions.
23 changes: 10 additions & 13 deletions Scale.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<AssemblyName>Scale</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,13 +31,18 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\KerbalRescalingInstall\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\mainkerbaldir\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="KSPAPIExtensions">
<HintPath>..\..\KerbalRescalingInstall\GameData\MagicSmokeIndustries\Plugins\KSPAPIExtensions.dll</HintPath>
<HintPath>lib\KSPAPIExtensions.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Scale_Redist, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\Scale_Redist.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,7 +51,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\KerbalRescalingInstall\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -75,10 +78,4 @@ copy "$(ProjectDir)lib\KSPAPIExtensions.dll" "$(ProjectDir)\Gamedata\TweakScale\
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="Scale_Redist\Scale_Redist.csproj">
<Project>{2BE63D8B-350E-4EDD-959C-4B7397984364}</Project>
<Name>Scale_Redist</Name>
</ProjectReference>
</ItemGroup>
</Project>
</Project>
23 changes: 10 additions & 13 deletions Scale_Editor/Scale_Editor.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.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>
Expand All @@ -12,8 +12,6 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -34,10 +32,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="KSPAPIExtensions">
<HintPath>..\..\..\KerbalRescalingInstall\GameData\MagicSmokeIndustries\Plugins\KSPAPIExtensions.dll</HintPath>
<HintPath>..\lib\KSPAPIExtensions.dll</HintPath>
</Reference>
<Reference Include="Scale_Redist">
<HintPath>..\lib\Scale_Redist.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -46,24 +47,20 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Editor.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScaleDatabase.cs" />
<Compile Include="Scaleinfo.cs" />
<Compile Include="ScaleInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Scale.csproj">
<Project>{70D38878-43DB-4F6E-8002-45ADA5391AF7}</Project>
<Project>{70d38878-43db-4f6e-8002-45ada5391af7}</Project>
<Name>Scale</Name>
</ProjectReference>
<ProjectReference Include="..\Scale_Redist\Scale_Redist.csproj">
<Project>{2BE63D8B-350E-4EDD-959C-4B7397984364}</Project>
<Name>Scale_Redist</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand All @@ -76,4 +73,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
10 changes: 4 additions & 6 deletions Scale_Redist/Scale_Redist.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.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>
Expand All @@ -12,8 +12,6 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -34,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -43,7 +41,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -62,4 +60,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
20 changes: 8 additions & 12 deletions TweakScale_ModularFuelTanks/TweakScale_ModularFuelTanks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<AssemblyName>TweakScale_ModularFuelTanks</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,13 +31,17 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="KSPAPIExtensions">
<HintPath>..\..\..\KerbalRescalingInstall\GameData\MagicSmokeIndustries\Plugins\KSPAPIExtensions.dll</HintPath>
<HintPath>..\lib\KSPAPIExtensions.dll</HintPath>
</Reference>
<Reference Include="modularFuelTanks">
<HintPath>..\..\..\KerbalMods\ModularFuelTanks\ModularFuelTanks\Plugins\modularFuelTanks.dll</HintPath>
<HintPath>..\lib\modularFuelTanks.dll</HintPath>
</Reference>
<Reference Include="Scale_Redist, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Scale_Redist.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,7 +50,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -66,10 +68,4 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\Scale_Redist\Scale_Redist.csproj">
<Project>{2BE63D8B-350E-4EDD-959C-4B7397984364}</Project>
<Name>Scale_Redist</Name>
</ProjectReference>
</ItemGroup>
</Project>
19 changes: 7 additions & 12 deletions TweakScale_RealFuels/TweakScale_RealFuels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<AssemblyName>TweakScale_RealFuels</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProductVersion>12.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -33,13 +31,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="KSPAPIExtensions">
<HintPath>..\..\..\KerbalRescalingInstall\GameData\MagicSmokeIndustries\Plugins\KSPAPIExtensions.dll</HintPath>
<HintPath>..\lib\KSPAPIExtensions.dll</HintPath>
</Reference>
<Reference Include="RealFuels">
<HintPath>..\..\..\KerbalMods\RealFuels\RealFuels\Plugins\RealFuels.dll</HintPath>
<HintPath>..\lib\RealFuels.dll</HintPath>
</Reference>
<Reference Include="Scale_Redist">
<HintPath>..\lib\Scale_Redist.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -48,7 +49,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\KerbalRescalingInstall\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\KSP_Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -66,10 +67,4 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\Scale_Redist\Scale_Redist.csproj">
<Project>{2BE63D8B-350E-4EDD-959C-4B7397984364}</Project>
<Name>Scale_Redist</Name>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit 56a738f

Please sign in to comment.