Skip to content

Commit

Permalink
Removing unnecessary assembly references.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Aug 4, 2015
1 parent 641d603 commit 4413470
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
18 changes: 10 additions & 8 deletions SA Tools.sln
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SA Tools", "SA Tools\SA Tools.csproj", "{50847BDB-699D-4A2E-AAF7-1EA58E1EC48E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SADXTweaker2", "SADXTweaker2\SADXTweaker2.csproj", "{2A43E17A-5BE4-40FE-8C3A-0C0C79240AD3}"
Expand Down Expand Up @@ -189,16 +191,16 @@ Global
{5997DC6A-DA95-487E-BB19-2D8890684A54}.Release|Mixed Platforms.Build.0 = Release|x86
{5997DC6A-DA95-487E-BB19-2D8890684A54}.Release|x86.ActiveCfg = Release|x86
{5997DC6A-DA95-487E-BB19-2D8890684A54}.Release|x86.Build.0 = Release|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|Any CPU.ActiveCfg = Debug|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|Mixed Platforms.Build.0 = Debug|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|x86.ActiveCfg = Debug|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|Any CPU.Build.0 = Release|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|x86.ActiveCfg = Debug|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Debug|x86.Build.0 = Debug|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|Any CPU.ActiveCfg = Release|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|Mixed Platforms.ActiveCfg = Release|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|Mixed Platforms.Build.0 = Release|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|x86.ActiveCfg = Release|Any CPU
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|x86.ActiveCfg = Release|x86
{7AEE531B-8DD5-4F39-AE25-9A47E797C9C7}.Release|x86.Build.0 = Release|x86
{64CD7AA3-BD30-4F90-9C62-09871B0E8B2B}.Debug|Any CPU.ActiveCfg = Debug|x86
{64CD7AA3-BD30-4F90-9C62-09871B0E8B2B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{64CD7AA3-BD30-4F90-9C62-09871B0E8B2B}.Debug|Mixed Platforms.Build.0 = Debug|x86
Expand Down
2 changes: 0 additions & 2 deletions SADXLVL2/SADXLVL2.csproj
Expand Up @@ -43,10 +43,8 @@
<Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="VrSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\VrSharp.dll</HintPath>
Expand Down
4 changes: 0 additions & 4 deletions SAEditorCommon/SAEditorCommon.csproj
Expand Up @@ -49,10 +49,6 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="VrSharp">
<HintPath>..\Dependencies\VrSharp.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion SAModel.Direct3D/SAModel.Direct3D.csproj
Expand Up @@ -48,7 +48,6 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.XML" />
<Reference Include="VrSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Dependencies\VrSharp.dll</HintPath>
Expand Down

0 comments on commit 4413470

Please sign in to comment.