]> Dogcows Code - chaz/carfire/blob - CarFire/CarFire/MapProcessorLib/MapProcessorLib.csproj
created a new project MapProcessorLib to for importing map files
[chaz/carfire] / CarFire / CarFire / MapProcessorLib / MapProcessorLib.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectGuid>{EA5996C5-17A9-4827-AAB8-884B476B62EE}</ProjectGuid>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <OutputType>Library</OutputType>
7 <AppDesignerFolder>Properties</AppDesignerFolder>
8 <RootNamespace>MapProcessorLib</RootNamespace>
9 <AssemblyName>MapProcessorLib</AssemblyName>
10 <XnaFrameworkVersion>v3.0</XnaFrameworkVersion>
11 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize>
17 <OutputPath>bin\x86\Debug</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <PlatformTarget>x86</PlatformTarget>
22 <XnaPlatform>Windows</XnaPlatform>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\x86\Release</OutputPath>
28 <DefineConstants>TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <PlatformTarget>x86</PlatformTarget>
32 <XnaPlatform>Windows</XnaPlatform>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <OutputPath>bin\Xbox 360\Debug</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 <UseVSHostingProcess>false</UseVSHostingProcess>
43 <PlatformTarget>x86</PlatformTarget>
44 <XnaPlatform>Xbox 360</XnaPlatform>
45 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Xbox 360\Release</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <UseVSHostingProcess>false</UseVSHostingProcess>
54 <PlatformTarget>x86</PlatformTarget>
55 <XnaPlatform>Xbox 360</XnaPlatform>
56 </PropertyGroup>
57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Zune' ">
58 <DebugSymbols>true</DebugSymbols>
59 <DebugType>full</DebugType>
60 <Optimize>false</Optimize>
61 <OutputPath>bin\Zune\Debug</OutputPath>
62 <DefineConstants>DEBUG;TRACE</DefineConstants>
63 <ErrorReport>prompt</ErrorReport>
64 <WarningLevel>4</WarningLevel>
65 <UseVSHostingProcess>false</UseVSHostingProcess>
66 <PlatformTarget>x86</PlatformTarget>
67 <XnaPlatform>Zune</XnaPlatform>
68 </PropertyGroup>
69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Zune' ">
70 <DebugType>pdbonly</DebugType>
71 <Optimize>true</Optimize>
72 <OutputPath>bin\Zune\Release</OutputPath>
73 <DefineConstants>TRACE</DefineConstants>
74 <ErrorReport>prompt</ErrorReport>
75 <WarningLevel>4</WarningLevel>
76 <UseVSHostingProcess>false</UseVSHostingProcess>
77 <PlatformTarget>x86</PlatformTarget>
78 <XnaPlatform>Zune</XnaPlatform>
79 </PropertyGroup>
80 <ItemGroup>
81 <Reference Include="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
82 <Private>False</Private>
83 <SpecificVersion>True</SpecificVersion>
84 </Reference>
85 <Reference Include="Microsoft.Xna.Framework.Game, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=MSIL">
86 <Private>False</Private>
87 <SpecificVersion>True</SpecificVersion>
88 </Reference>
89 <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
90 <Private>False</Private>
91 <SpecificVersion>true</SpecificVersion>
92 </Reference>
93 <Reference Include="System">
94 <Private>False</Private>
95 </Reference>
96 <Reference Include="System.Data" />
97 <Reference Include="System.Xml">
98 <Private>False</Private>
99 </Reference>
100 <Reference Include="System.Core">
101 <RequiredTargetFramework>3.5</RequiredTargetFramework>
102 </Reference>
103 <Reference Include="System.Xml.Linq">
104 <RequiredTargetFramework>3.5</RequiredTargetFramework>
105 </Reference>
106 </ItemGroup>
107 <ItemGroup>
108 <Compile Include="MapWriter.cs" />
109 <Compile Include="MapImporter.cs" />
110 <Compile Include="MapSourceCode.cs" />
111 <Compile Include="Properties\AssemblyInfo.cs" />
112 </ItemGroup>
113 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
114 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
115 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
116 Other similar extension points exist, see Microsoft.Common.targets.
117 <Target Name="BeforeBuild">
118 </Target>
119 <Target Name="AfterBuild">
120 </Target>
121 -->
122 </Project>
This page took 0.037325 seconds and 4 git commands to generate.