Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1452 chris 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3
  <PropertyGroup>
4
    <ProjectType>Local</ProjectType>
5
    <ProductVersion>8.0.50727</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{5FDFF4B6-0000-0000-0000-000000000000}</ProjectGuid>
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
    <ApplicationIcon>
11
    </ApplicationIcon>
12
    <AssemblyKeyContainerName>
13
    </AssemblyKeyContainerName>
14
    <AssemblyName>Convert</AssemblyName>
15
    <DefaultClientScript>JScript</DefaultClientScript>
16
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
18
    <DelaySign>false</DelaySign>
19
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
20
    <OutputType>Exe</OutputType>
21
    <AppDesignerFolder>
22
    </AppDesignerFolder>
23
    <RootNamespace>Convert</RootNamespace>
24
    <StartupObject>
25
    </StartupObject>
26
    <StartArguments>
27
    </StartArguments>
28
    <FileUpgradeFlags>
29
    </FileUpgradeFlags>
30
    <OldToolsVersion>2.0</OldToolsVersion>
31
    <UpgradeBackupLocation />
32
    <PublishUrl>publish\</PublishUrl>
33
    <Install>true</Install>
34
    <InstallFrom>Disk</InstallFrom>
35
    <UpdateEnabled>false</UpdateEnabled>
36
    <UpdateMode>Foreground</UpdateMode>
37
    <UpdateInterval>7</UpdateInterval>
38
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
39
    <UpdatePeriodically>false</UpdatePeriodically>
40
    <UpdateRequired>false</UpdateRequired>
41
    <MapFileExtensions>true</MapFileExtensions>
42
    <ApplicationRevision>0</ApplicationRevision>
43
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
44
    <UseApplicationTrust>false</UseApplicationTrust>
45
    <BootstrapperEnabled>true</BootstrapperEnabled>
46
  </PropertyGroup>
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
49
    <BaseAddress>285212672</BaseAddress>
50
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
51
    <ConfigurationOverrideFile>
52
    </ConfigurationOverrideFile>
53
    <DefineConstants>DEBUG;TRACE;</DefineConstants>
54
    <DocumentationFile>
55
    </DocumentationFile>
56
    <DebugSymbols>True</DebugSymbols>
57
    <FileAlignment>4096</FileAlignment>
58
    <Optimize>False</Optimize>
59
    <OutputPath>..\..\Binaries\OpenTK\Debug\</OutputPath>
60
    <RegisterForComInterop>False</RegisterForComInterop>
61
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
62
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
63
    <WarningLevel>4</WarningLevel>
64
    <NoStdLib>False</NoStdLib>
65
    <NoWarn>
66
    </NoWarn>
67
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68
  </PropertyGroup>
69
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
70
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
71
    <BaseAddress>285212672</BaseAddress>
72
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
73
    <ConfigurationOverrideFile>
74
    </ConfigurationOverrideFile>
75
    <DefineConstants>TRACE;</DefineConstants>
76
    <DocumentationFile>
77
    </DocumentationFile>
78
    <DebugSymbols>False</DebugSymbols>
79
    <FileAlignment>4096</FileAlignment>
80
    <Optimize>True</Optimize>
81
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
82
    <RegisterForComInterop>False</RegisterForComInterop>
83
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
84
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
85
    <WarningLevel>4</WarningLevel>
86
    <NoStdLib>False</NoStdLib>
87
    <NoWarn>
88
    </NoWarn>
89
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90
  </PropertyGroup>
91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
92
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
93
  </PropertyGroup>
94
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Nsis|AnyCPU'">
95
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
96
    <BaseAddress>285212672</BaseAddress>
97
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
98
    <ConfigurationOverrideFile>
99
    </ConfigurationOverrideFile>
100
    <DefineConstants>TRACE;</DefineConstants>
101
    <DocumentationFile>
102
    </DocumentationFile>
103
    <DebugSymbols>False</DebugSymbols>
104
    <FileAlignment>4096</FileAlignment>
105
    <Optimize>True</Optimize>
106
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
107
    <RegisterForComInterop>False</RegisterForComInterop>
108
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
109
    <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
110
    <WarningLevel>4</WarningLevel>
111
    <NoStdLib>False</NoStdLib>
112
    <NoWarn>
113
    </NoWarn>
114
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
115
  </PropertyGroup>
116
  <PropertyGroup>
117
    <SignAssembly>true</SignAssembly>
118
  </PropertyGroup>
119
  <PropertyGroup>
120
    <AssemblyOriginatorKeyFile>..\..\OpenTK.snk</AssemblyOriginatorKeyFile>
121
  </PropertyGroup>
122
  <ItemGroup>
123
    <Reference Include="System">
124
      <Name>System</Name>
125
      <Private>False</Private>
126
    </Reference>
127
    <Reference Include="System.Core">
128
      <Name>System.Core</Name>
129
      <Private>False</Private>
130
    </Reference>
131
    <Reference Include="System.Xml">
132
      <Name>System.Xml</Name>
133
      <Private>False</Private>
134
    </Reference>
135
    <Reference Include="System.Xml.Linq">
136
      <Name>System.Xml.Linq</Name>
137
      <Private>False</Private>
138
    </Reference>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <Compile Include="..\GlobalAssemblyInfo.cs">
142
      <Link>Properties\GlobalAssemblyInfo.cs</Link>
143
    </Compile>
144
    <Compile Include="Main.cs">
145
      <SubType>Code</SubType>
146
    </Compile>
147
    <Compile Include="Options.cs">
148
      <SubType>Code</SubType>
149
    </Compile>
150
    <Compile Include="ESCLParser.cs">
151
      <SubType>Code</SubType>
152
    </Compile>
153
    <Compile Include="Parser.cs">
154
      <SubType>Code</SubType>
155
    </Compile>
156
    <Compile Include="Properties\AssemblyInfo.cs">
157
      <SubType>Code</SubType>
158
    </Compile>
159
    <None Include="..\..\OpenTK.snk">
160
      <Link>OpenTK.snk</Link>
161
    </None>
162
    <None Include="Headers\CL10\cl_gl.h">
163
    </None>
164
    <None Include="Headers\CL10\cl.h">
165
    </None>
166
    <None Include="Headers\ES10\gl.h">
167
    </None>
168
    <None Include="Headers\ES11\glext.h">
169
    </None>
170
    <None Include="Headers\ES11\gl.h">
171
    </None>
172
    <None Include="Headers\EGL\eglext.h">
173
    </None>
174
    <None Include="Headers\EGL\egl.h">
175
    </None>
176
    <None Include="Headers\ES20\gl2.h">
177
    </None>
178
    <None Include="Headers\ES20\gl2ext.h">
179
    </None>
180
    <None Include="XML schema notes.txt">
181
    </None>
182
    <None Include="Readme.txt">
183
    </None>
184
  </ItemGroup>
185
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
186
  <PropertyGroup>
187
    <PreBuildEvent>
188
    </PreBuildEvent>
189
    <PostBuildEvent>
190
    </PostBuildEvent>
191
  </PropertyGroup>
192
</Project>