ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/gr2lib.csproj
Revision: 86
Committed: Fri Jul 16 23:35:21 2010 UTC (12 years, 10 months ago) by william
File size: 7680 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>{6D41C73E-34F7-4417-B666-03D29F4FA1F2}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gr2lib</RootNamespace>
12 <AssemblyName>gr2lib</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="PresentationCore">
38 <RequiredTargetFramework>3.0</RequiredTargetFramework>
39 </Reference>
40 <Reference Include="PresentationFramework">
41 <RequiredTargetFramework>3.0</RequiredTargetFramework>
42 </Reference>
43 <Reference Include="System" />
44 <Reference Include="System.Core">
45 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 </Reference>
47 <Reference Include="System.Data" />
48 <Reference Include="System.Drawing" />
49 <Reference Include="System.Windows.Forms" />
50 <Reference Include="System.Xml" />
51 <Reference Include="WindowsBase">
52 <RequiredTargetFramework>3.0</RequiredTargetFramework>
53 </Reference>
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="core\coreclasses\apiversion\granny2apiversion.cs" />
57 <Compile Include="core\coretypes\implementation\ArtToolInfo.cs" />
58 <Compile Include="core\coretypes\implementation\Bone.cs" />
59 <Compile Include="core\coretypes\implementation\CameraInfo.cs" />
60 <Compile Include="core\coretypes\implementation\ExporterInfo.cs" />
61 <Compile Include="core\coretypes\implementation\FilePath.cs" />
62 <Compile Include="core\coretypes\implementation\grnfileinfo.cs" />
63 <Compile Include="core\coretypes\implementation\Image.cs" />
64 <Compile Include="core\coretypes\implementation\Layout.cs" />
65 <Compile Include="core\coretypes\implementation\LightInfo.cs" />
66 <Compile Include="core\coretypes\implementation\Map.cs" />
67 <Compile Include="core\coretypes\implementation\Material.cs" />
68 <Compile Include="core\coretypes\implementation\MathUtils.cs" />
69 <Compile Include="core\coretypes\implementation\Matrix33.cs" />
70 <Compile Include="core\coretypes\implementation\Matrix44.cs" />
71 <Compile Include="core\coretypes\implementation\MIPLevel.cs" />
72 <Compile Include="core\coretypes\implementation\Pixel.cs" />
73 <Compile Include="core\coretypes\implementation\Quaterion.cs" />
74 <Compile Include="core\coretypes\implementation\Skeleton.cs" />
75 <Compile Include="core\coretypes\implementation\Texture.cs" />
76 <Compile Include="core\coretypes\implementation\Transform.cs" />
77 <Compile Include="core\coretypes\implementation\Vector2.cs" />
78 <Compile Include="core\coretypes\implementation\Vector3.cs" />
79 <Compile Include="core\coretypes\implementation\Vector4.cs" />
80 <Compile Include="core\coretypes\native\ArrayOfReferences.cs" />
81 <Compile Include="core\coretypes\native\ArrayOfStructures.cs" />
82 <Compile Include="core\coretypes\native\ArrayOfVariants.cs" />
83 <Compile Include="core\coretypes\native\ArtToolInfo.cs" />
84 <Compile Include="core\coretypes\native\Bone.cs" />
85 <Compile Include="core\coretypes\native\CameraInfo.cs" />
86 <Compile Include="core\coretypes\native\ExporterInfo.cs" />
87 <Compile Include="core\coretypes\native\grnfileinfo.cs" />
88 <Compile Include="core\coretypes\native\Image.cs" />
89 <Compile Include="core\coretypes\native\Layout.cs" />
90 <Compile Include="core\coretypes\native\LightInfo.cs" />
91 <Compile Include="core\coretypes\native\Map.cs" />
92 <Compile Include="core\coretypes\native\Material.cs" />
93 <Compile Include="core\coretypes\native\Matrix33.cs" />
94 <Compile Include="core\coretypes\native\Matrix44.cs" />
95 <Compile Include="core\coretypes\native\MIPLevel.cs" />
96 <Compile Include="core\coretypes\native\Pixel.cs" />
97 <Compile Include="core\coretypes\native\Quaternion.cs" />
98 <Compile Include="core\coretypes\native\SizeAttribute.cs" />
99 <Compile Include="core\coretypes\native\Skeleton.cs" />
100 <Compile Include="core\coretypes\native\Texture.cs" />
101 <Compile Include="core\coretypes\native\Transform.cs" />
102 <Compile Include="core\exceptions\granny2apiloadexception.cs" />
103 <Compile Include="core\helpers\arraytostring.cs" />
104 <Compile Include="core\helpers\Helpers.cs" />
105 <Compile Include="core\interfaces\IArtToolInfo.cs" />
106 <Compile Include="core\interfaces\IBone.cs" />
107 <Compile Include="core\interfaces\ICameraInfo.cs" />
108 <Compile Include="core\interfaces\IExporterInfo.cs" />
109 <Compile Include="core\interfaces\IExtendedData.cs" />
110 <Compile Include="core\interfaces\IFilePath.cs" />
111 <Compile Include="core\interfaces\Igrnfileinfo.cs" />
112 <Compile Include="core\interfaces\IImage.cs" />
113 <Compile Include="core\interfaces\ILayout.cs" />
114 <Compile Include="core\interfaces\ILightInfo.cs" />
115 <Compile Include="core\interfaces\IMap.cs" />
116 <Compile Include="core\interfaces\IMaterial.cs" />
117 <Compile Include="core\interfaces\IMIPLevel.cs" />
118 <Compile Include="core\interfaces\INativePointer.cs" />
119 <Compile Include="core\interfaces\IPixel.cs" />
120 <Compile Include="core\interfaces\ISkeleton.cs" />
121 <Compile Include="core\interfaces\ITexture.cs" />
122 <Compile Include="core\interfaces\ITransform.cs" />
123 <Compile Include="Properties\AssemblyInfo.cs" />
124 <Compile Include="core\typedefs\typedefs.cs" />
125 <Compile Include="core\coreapi\coreapi.cs" />
126 <Compile Include="core\shared\sharedio.cs" />
127 </ItemGroup>
128 <ItemGroup>
129 <Content Include="bin\Debug\gr2lib.dll" />
130 <Content Include="bin\Debug\gr2lib.pdb" />
131 <Content Include="bin\Debug\granny2.dll" />
132 <Content Include="granny2.dll">
133 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
134 </Content>
135 <Content Include="granny2.pdb">
136 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
137 </Content>
138 </ItemGroup>
139 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
143 </Target>
144 <Target Name="AfterBuild">
145 </Target>
146 -->
147 </Project>