0023227: New Draw Harness command to estimate current geometry complexity of OpenGL...
[occt.git] / samples / CSharp / IE / IE.csproj
CommitLineData
cc5ac00d 1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
7fd59977 2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{B9914BB3-B886-4B41-B48D-350EBEBEFD1F}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>App.ico</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>IE</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>WinExe</OutputType>
20 <RootNamespace>IE</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22 <StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
cc5ac00d 28 <OldToolsVersion>2.0</OldToolsVersion>
29 <ApplicationRevision>0</ApplicationRevision>
7fd59977 30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <OutputPath>bin\Debug\</OutputPath>
33 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34 <BaseAddress>285212672</BaseAddress>
35 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
36 <ConfigurationOverrideFile>
37 </ConfigurationOverrideFile>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DocumentationFile>
40 </DocumentationFile>
41 <DebugSymbols>true</DebugSymbols>
42 <FileAlignment>4096</FileAlignment>
43 <NoStdLib>false</NoStdLib>
44 <NoWarn>
45 </NoWarn>
46 <Optimize>false</Optimize>
47 <RegisterForComInterop>false</RegisterForComInterop>
48 <RemoveIntegerChecks>false</RemoveIntegerChecks>
49 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
50 <WarningLevel>4</WarningLevel>
51 <DebugType>full</DebugType>
52 <ErrorReport>prompt</ErrorReport>
53 </PropertyGroup>
54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55 <OutputPath>bin\Release\</OutputPath>
56 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
57 <BaseAddress>285212672</BaseAddress>
58 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
59 <ConfigurationOverrideFile>
60 </ConfigurationOverrideFile>
61 <DefineConstants>TRACE</DefineConstants>
62 <DocumentationFile>
63 </DocumentationFile>
64 <DebugSymbols>false</DebugSymbols>
65 <FileAlignment>4096</FileAlignment>
66 <NoStdLib>false</NoStdLib>
67 <NoWarn>
68 </NoWarn>
69 <Optimize>true</Optimize>
70 <RegisterForComInterop>false</RegisterForComInterop>
71 <RemoveIntegerChecks>false</RemoveIntegerChecks>
72 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
73 <WarningLevel>4</WarningLevel>
74 <DebugType>none</DebugType>
75 <ErrorReport>prompt</ErrorReport>
76 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
77 <PlatformTarget>x86</PlatformTarget>
78 </PropertyGroup>
79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
80 <DebugSymbols>true</DebugSymbols>
81 <OutputPath>bin\x86\Debug\</OutputPath>
82 <DefineConstants>DEBUG;TRACE</DefineConstants>
83 <BaseAddress>285212672</BaseAddress>
84 <DebugType>full</DebugType>
85 <PlatformTarget>x86</PlatformTarget>
86 <ErrorReport>prompt</ErrorReport>
87 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
88 </PropertyGroup>
89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
90 <OutputPath>bin\x86\Release\</OutputPath>
91 <DefineConstants>TRACE</DefineConstants>
92 <BaseAddress>285212672</BaseAddress>
93 <Optimize>true</Optimize>
94 <DebugType>
95 </DebugType>
96 <PlatformTarget>x86</PlatformTarget>
97 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
98 <ErrorReport>prompt</ErrorReport>
99 </PropertyGroup>
100 <ItemGroup>
101 <Reference Include="System">
102 <Name>System</Name>
103 </Reference>
104 <Reference Include="System.Data">
105 <Name>System.Data</Name>
106 </Reference>
107 <Reference Include="System.Drawing">
108 <Name>System.Drawing</Name>
109 </Reference>
110 <Reference Include="System.Windows.Forms">
111 <Name>System.Windows.Forms</Name>
112 </Reference>
113 <Reference Include="System.Xml">
114 <Name>System.XML</Name>
115 </Reference>
116 <ProjectReference Include="..\OCC\OCC.vcproj">
117 <Name>OCC</Name>
118 <Project>{DCB139CF-2190-412E-B72F-8B080CC01422}</Project>
119 <Package>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</Package>
120 </ProjectReference>
121 <ProjectReference Include="..\shell\shell.vcproj">
122 <Name>shell</Name>
123 <Project>{969912D9-78E7-4AB8-B4FF-6B52B4F03991}</Project>
124 <Package>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</Package>
125 </ProjectReference>
126 </ItemGroup>
127 <ItemGroup>
128 <Compile Include="AboutDialog.cs">
129 <SubType>Form</SubType>
130 </Compile>
131 <Compile Include="AssemblyInfo.cs">
132 <SubType>Code</SubType>
133 </Compile>
134 <Compile Include="Form1.cs">
135 <SubType>Form</SubType>
136 </Compile>
137 <Compile Include="Form2.cs">
138 <SubType>Form</SubType>
139 </Compile>
140 <Compile Include="MaterialDialog.cs">
141 <SubType>Form</SubType>
142 </Compile>
143 <Compile Include="TransparencyDialog.cs">
144 <SubType>Form</SubType>
145 </Compile>
146 <EmbeddedResource Include="AboutDialog.resx">
147 <DependentUpon>AboutDialog.cs</DependentUpon>
148 <SubType>Designer</SubType>
149 </EmbeddedResource>
150 <EmbeddedResource Include="Form1.resx">
151 <DependentUpon>Form1.cs</DependentUpon>
152 <SubType>Designer</SubType>
153 </EmbeddedResource>
154 <EmbeddedResource Include="Form2.resx">
155 <DependentUpon>Form2.cs</DependentUpon>
156 <SubType>Designer</SubType>
157 </EmbeddedResource>
158 <EmbeddedResource Include="MaterialDialog.resx">
159 <DependentUpon>MaterialDialog.cs</DependentUpon>
160 <SubType>Designer</SubType>
161 </EmbeddedResource>
162 <EmbeddedResource Include="TransparencyDialog.resx">
163 <DependentUpon>TransparencyDialog.cs</DependentUpon>
164 <SubType>Designer</SubType>
165 </EmbeddedResource>
166 <None Include="app.config" />
167 <Content Include="App.ico" />
168 </ItemGroup>
169 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
170 <PropertyGroup>
171 <PreBuildEvent>
172 </PreBuildEvent>
173 <PostBuildEvent>
174 </PostBuildEvent>
175 </PropertyGroup>
176</Project>