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>{7DCFAE58-2649-4D32-B2EA-587B55BE1376}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>gr2lib_typedefs</RootNamespace> |
12 |
<AssemblyName>gr2lib_typedefs</AssemblyName> |
13 |
<TargetFrameworkVersion>v3.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<DebugSymbols>true</DebugSymbols> |
18 |
<DebugType>full</DebugType> |
19 |
<Optimize>false</Optimize> |
20 |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
24 |
<AllowUnsafeBlocks>true</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 |
</PropertyGroup> |
34 |
<ItemGroup> |
35 |
<Reference Include="DevIL.NET2, Version=1.1.2619.31671, Culture=neutral, processorArchitecture=x86" /> |
36 |
<Reference Include="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86"> |
37 |
<Private>True</Private> |
38 |
</Reference> |
39 |
<Reference Include="PresentationCore"> |
40 |
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
41 |
</Reference> |
42 |
<Reference Include="System" /> |
43 |
<Reference Include="System.Data" /> |
44 |
<Reference Include="System.Drawing" /> |
45 |
<Reference Include="System.Drawing.Design" /> |
46 |
<Reference Include="System.Windows.Forms" /> |
47 |
<Reference Include="System.Xml" /> |
48 |
</ItemGroup> |
49 |
<ItemGroup> |
50 |
<Compile Include="interfaces\IArtToolInfo.cs" /> |
51 |
<Compile Include="interfaces\IArtToolInfoVector.cs" /> |
52 |
<Compile Include="interfaces\IArtToolInfoVersion.cs" /> |
53 |
<Compile Include="typedefs\TextureCreator\ATextureResourceHandler.cs" /> |
54 |
<Compile Include="typedefs\TextureCreator\ATextureTypeData.cs" /> |
55 |
<Compile Include="typedefs\TextureCreator\interfaces\IBinaryMagicReader.cs" /> |
56 |
<Compile Include="typedefs\TextureCreator\interfaces\ITextureResourceHandler.cs" /> |
57 |
<Compile Include="typedefs\TextureCreator\RGBAPackedValue.cs" /> |
58 |
<Compile Include="typedefs\TextureCreator\TextureBinder.cs" /> |
59 |
<Compile Include="typedefs\TextureCreator\BaseTextureCreator.cs"> |
60 |
</Compile> |
61 |
<Compile Include="typedefs\TextureCreator\bink_texture_creator.cs"> |
62 |
<SubType>UserControl</SubType> |
63 |
</Compile> |
64 |
<Compile Include="typedefs\TextureCreator\default_texture_creator.cs"> |
65 |
</Compile> |
66 |
<Compile Include="typedefs\TextureCreator\interfaces\IBaseCustomTextureCreator.cs" /> |
67 |
<Compile Include="interfaces\IExporterInfo.cs" /> |
68 |
<Compile Include="interfaces\IExtendedData.cs" /> |
69 |
<Compile Include="interfaces\IFilePath.cs" /> |
70 |
<Compile Include="interfaces\IGR2LibWrapper.cs" /> |
71 |
<Compile Include="interfaces\IImage.cs" /> |
72 |
<Compile Include="interfaces\ILayout.cs" /> |
73 |
<Compile Include="interfaces\IMIPLevel.cs" /> |
74 |
<Compile Include="interfaces\INativePointer.cs" /> |
75 |
<Compile Include="interfaces\IPixel.cs" /> |
76 |
<Compile Include="interfaces\ITexture.cs" /> |
77 |
<Compile Include="interfaces\IValueType.cs" /> |
78 |
<Compile Include="interfaces\Iversiontype.cs" /> |
79 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
80 |
<Compile Include="typedefs\arraytostring.cs" /> |
81 |
<Compile Include="typedefs\ArtToolInfo.cs" /> |
82 |
<Compile Include="typedefs\coreapi.cs" /> |
83 |
<Compile Include="typedefs\TextureCreator\interfaces\ITextureBinder.cs" /> |
84 |
<Compile Include="typedefs\TextureCreator\interfaces\ITextureResource.cs" /> |
85 |
<Compile Include="typedefs\TextureCreator\s3tc_texture_creator.cs"> |
86 |
<SubType>UserControl</SubType> |
87 |
</Compile> |
88 |
<Compile Include="typedefs\ExporterInfo.cs" /> |
89 |
<Compile Include="typedefs\FilePath.cs" /> |
90 |
<Compile Include="typedefs\GR2LibWrapper.cs" /> |
91 |
<Compile Include="typedefs\granny_pixel_layouts.cs" /> |
92 |
<Compile Include="typedefs\Image.cs" /> |
93 |
<Compile Include="typedefs\Layout.cs" /> |
94 |
<Compile Include="typedefs\LayoutStruct.cs" /> |
95 |
<Compile Include="typedefs\MathUtils.cs" /> |
96 |
<Compile Include="typedefs\Matrix33.cs" /> |
97 |
<Compile Include="typedefs\Matrix44.cs" /> |
98 |
<Compile Include="typedefs\MIPLevel.cs" /> |
99 |
<Compile Include="typedefs\misc_typedefs.cs" /> |
100 |
<Compile Include="typedefs\NameValuePair.cs" /> |
101 |
<Compile Include="typedefs\Pixel.cs" /> |
102 |
<Compile Include="typedefs\Quaterion.cs" /> |
103 |
<Compile Include="typedefs\Texture.cs" /> |
104 |
<Compile Include="typedefs\TextureCreator\ATextureResource.cs"> |
105 |
<SubType>UserControl</SubType> |
106 |
</Compile> |
107 |
<Compile Include="typedefs\TextureCreator\TextureCreators.cs" /> |
108 |
<Compile Include="typedefs\typedefs.cs" /> |
109 |
<Compile Include="typedefs\Vector2.cs" /> |
110 |
<Compile Include="typedefs\Vector3.cs" /> |
111 |
<Compile Include="typedefs\Vector4.cs" /> |
112 |
<Compile Include="typedefs\versiontype.cs" /> |
113 |
<Compile Include="typeeditors\BaseEditor.cs"> |
114 |
<SubType>UserControl</SubType> |
115 |
</Compile> |
116 |
<Compile Include="typeeditors\ComboValueSelector.cs"> |
117 |
<SubType>Component</SubType> |
118 |
</Compile> |
119 |
<Compile Include="typeeditors\ComboValueSelector.designer.cs"> |
120 |
<DependentUpon>ComboValueSelector.cs</DependentUpon> |
121 |
</Compile> |
122 |
<Compile Include="typeeditors\GenericEditor.cs"> |
123 |
<SubType>UserControl</SubType> |
124 |
</Compile> |
125 |
<Compile Include="typeeditors\GenericEditor.designer.cs"> |
126 |
<DependentUpon>GenericEditor.cs</DependentUpon> |
127 |
</Compile> |
128 |
<Compile Include="typeeditors\HexEditor.cs"> |
129 |
<SubType>Form</SubType> |
130 |
</Compile> |
131 |
<Compile Include="typeeditors\HexEditor.designer.cs"> |
132 |
<DependentUpon>HexEditor.cs</DependentUpon> |
133 |
</Compile> |
134 |
<Compile Include="typeeditors\ImageViewer.cs"> |
135 |
<SubType>Form</SubType> |
136 |
</Compile> |
137 |
<Compile Include="typeeditors\ImageViewer.designer.cs"> |
138 |
<DependentUpon>ImageViewer.cs</DependentUpon> |
139 |
</Compile> |
140 |
<Compile Include="typeeditors\LayoutEditor.cs"> |
141 |
<SubType>UserControl</SubType> |
142 |
</Compile> |
143 |
<Compile Include="typeeditors\LayoutEditor.designer.cs"> |
144 |
<DependentUpon>LayoutEditor.cs</DependentUpon> |
145 |
</Compile> |
146 |
<Compile Include="typeeditors\PixelBytesEditor.cs"> |
147 |
<SubType>UserControl</SubType> |
148 |
</Compile> |
149 |
<Compile Include="typeeditors\PixelBytesEditor.designer.cs"> |
150 |
<DependentUpon>PixelBytesEditor.cs</DependentUpon> |
151 |
</Compile> |
152 |
<Compile Include="typeeditors\TextureEditor.cs"> |
153 |
<SubType>UserControl</SubType> |
154 |
</Compile> |
155 |
<Compile Include="typeeditors\TextureEditor.designer.cs"> |
156 |
<DependentUpon>TextureEditor.cs</DependentUpon> |
157 |
</Compile> |
158 |
<Compile Include="typeeditors\UIComboValueSelector.cs" /> |
159 |
<Compile Include="typeeditors\UIGenericEditor.cs" /> |
160 |
<Compile Include="typeeditors\UIHexEditor.cs" /> |
161 |
<Compile Include="typeeditors\UILayoutEditor.cs" /> |
162 |
<Compile Include="typeeditors\UIPixelBytesEditor.cs" /> |
163 |
<Compile Include="typeeditors\UITextureEditor.cs" /> |
164 |
<Compile Include="typeeditors\UIVectorEditor.cs" /> |
165 |
<Compile Include="typeeditors\VectorEditor.cs"> |
166 |
<SubType>UserControl</SubType> |
167 |
</Compile> |
168 |
<Compile Include="typeeditors\VectorEditor.designer.cs"> |
169 |
<DependentUpon>VectorEditor.cs</DependentUpon> |
170 |
</Compile> |
171 |
</ItemGroup> |
172 |
<ItemGroup> |
173 |
<EmbeddedResource Include="typeeditors\GenericEditor.resx"> |
174 |
<DependentUpon>GenericEditor.cs</DependentUpon> |
175 |
<SubType>Designer</SubType> |
176 |
</EmbeddedResource> |
177 |
<EmbeddedResource Include="typeeditors\HexEditor.resx"> |
178 |
<DependentUpon>HexEditor.cs</DependentUpon> |
179 |
<SubType>Designer</SubType> |
180 |
</EmbeddedResource> |
181 |
<EmbeddedResource Include="typeeditors\ImageViewer.resx"> |
182 |
<DependentUpon>ImageViewer.cs</DependentUpon> |
183 |
<SubType>Designer</SubType> |
184 |
</EmbeddedResource> |
185 |
<EmbeddedResource Include="typeeditors\LayoutEditor.resx"> |
186 |
<DependentUpon>LayoutEditor.cs</DependentUpon> |
187 |
<SubType>Designer</SubType> |
188 |
</EmbeddedResource> |
189 |
<EmbeddedResource Include="typeeditors\PixelBytesEditor.resx"> |
190 |
<DependentUpon>PixelBytesEditor.cs</DependentUpon> |
191 |
<SubType>Designer</SubType> |
192 |
</EmbeddedResource> |
193 |
<EmbeddedResource Include="typeeditors\TextureEditor.resx"> |
194 |
<DependentUpon>TextureEditor.cs</DependentUpon> |
195 |
<SubType>Designer</SubType> |
196 |
</EmbeddedResource> |
197 |
<EmbeddedResource Include="typeeditors\VectorEditor.resx"> |
198 |
<DependentUpon>VectorEditor.cs</DependentUpon> |
199 |
<SubType>Designer</SubType> |
200 |
</EmbeddedResource> |
201 |
</ItemGroup> |
202 |
<ItemGroup> |
203 |
<ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> |
204 |
<Project>{26C5F25F-B450-4CAF-AD8B-B8D11AE73457}</Project> |
205 |
<Name>Be.Windows.Forms.HexBox</Name> |
206 |
</ProjectReference> |
207 |
<ProjectReference Include="..\deps\PropertyGridEx\PropertyGridEx\PropertyGridEx.csproj"> |
208 |
<Project>{B0BB47F2-21C4-41FC-B6E6-40757ADFC4A1}</Project> |
209 |
<Name>PropertyGridEx</Name> |
210 |
</ProjectReference> |
211 |
<ProjectReference Include="..\ViewDDS\ViewDDS.csproj"> |
212 |
<Project>{CACF8DA5-183B-4BB8-8FDD-F89A5D04DFAB}</Project> |
213 |
<Name>ViewDDS</Name> |
214 |
</ProjectReference> |
215 |
</ItemGroup> |
216 |
<ItemGroup> |
217 |
<Content Include="DevIL.dll"> |
218 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
219 |
</Content> |
220 |
<Content Include="DevIL.NET2.dll"> |
221 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
222 |
</Content> |
223 |
<Content Include="ILU.dll"> |
224 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
225 |
</Content> |
226 |
</ItemGroup> |
227 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
228 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
229 |
Other similar extension points exist, see Microsoft.Common.targets. |
230 |
<Target Name="BeforeBuild"> |
231 |
</Target> |
232 |
<Target Name="AfterBuild"> |
233 |
</Target> |
234 |
--> |
235 |
</Project> |