ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib_UnitTest/gr2lib_UnitTest.csproj
Revision: 86
Committed: Fri Jul 16 23:35:21 2010 UTC (13 years, 4 months ago) by william
File size: 3300 byte(s)
Log Message:
Add Try/Catch blocks in to all API Calls

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{AEB1F06F-E77F-4C23-8B5E-2352938B91C4}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gr2lib_UnitTest</RootNamespace>
12 <AssemblyName>gr2lib_UnitTest</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>true</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34 </PropertyGroup>
35 <ItemGroup>
36 <Reference Include="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86" />
37 <Reference Include="System" />
38 <Reference Include="System.Core">
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
40 </Reference>
41 <Reference Include="System.Data" />
42 <Reference Include="System.Xml" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="shared.cs" />
46 <Compile Include="Program.cs" />
47 <Compile Include="Properties\AssemblyInfo.cs" />
48 </ItemGroup>
49 <ItemGroup>
50 <ProjectReference Include="..\gr2lib\gr2lib.csproj">
51 <Project>{6D41C73E-34F7-4417-B666-03D29F4FA1F2}</Project>
52 <Name>gr2lib</Name>
53 </ProjectReference>
54 </ItemGroup>
55 <ItemGroup>
56 <Content Include="bin\Debug\gr2lib.dll" />
57 <Content Include="bin\Debug\gr2lib.pdb" />
58 <Content Include="bin\Debug\gr2lib_UnitTest.exe" />
59 <Content Include="bin\Debug\gr2lib_UnitTest.pdb" />
60 <Content Include="bin\Debug\gr2lib_UnitTest.vshost.exe" />
61 <Content Include="bin\Debug\granny2.dll" />
62 </ItemGroup>
63 <ItemGroup>
64 <None Include="bin\Debug\gr2lib_UnitTest.vshost.exe.manifest" />
65 <None Include="media\gryphon.gr2">
66 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
67 </None>
68 </ItemGroup>
69 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
71 Other similar extension points exist, see Microsoft.Common.targets.
72 <Target Name="BeforeBuild">
73 </Target>
74 <Target Name="AfterBuild">
75 </Target>
76 -->
77 </Project>