.gitignore + reference paths

This commit is contained in:
Matthew Bowra-Dean
2009-10-02 23:27:51 +13:00
parent 0d2a83e781
commit dab99f848c
2 changed files with 11 additions and 4 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Visual Studio crap
Release
bin
obj
*.ncb
*.vcproj*
*.suo

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -55,11 +55,11 @@
<ItemGroup>
<Reference Include="Ijw.DirectX, Version=0.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\Ijw.DirectX\Release\Ijw.DirectX.dll</HintPath>
<HintPath>..\Ijw.DirectX\Release\Ijw.DirectX.dll</HintPath>
</Reference>
<Reference Include="IjwFramework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\IjwFramework\IjwFramework\bin\Debug\IjwFramework.dll</HintPath>
<HintPath>..\Ijw.DirectX\Ijw.Framework\IjwFramework\bin\Debug\IjwFramework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
@@ -162,4 +162,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>