56f03f2c8ce017409fa2d3023ebbafd4e910deb5
[occt.git] / samples / CSharp / WinForms / IE_WinForms.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>9.0.30729</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_WinForms</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_WinForms</RootNamespace>
21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22     <StartupObject>
23     </StartupObject>
24     <FileUpgradeFlags>
25     </FileUpgradeFlags>
26     <UpgradeBackupLocation>
27     </UpgradeBackupLocation>
28     <OldToolsVersion>2.0</OldToolsVersion>
29     <ApplicationRevision>0</ApplicationRevision>
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>..\win32\bind\</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>..\win32\bin\</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   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
101     <DebugSymbols>true</DebugSymbols>
102     <OutputPath>..\win64\bind\</OutputPath>
103     <DefineConstants>DEBUG;TRACE</DefineConstants>
104     <BaseAddress>285212672</BaseAddress>
105     <FileAlignment>4096</FileAlignment>
106     <DebugType>full</DebugType>
107     <PlatformTarget>x64</PlatformTarget>
108     <ErrorReport>prompt</ErrorReport>
109   </PropertyGroup>
110   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
111     <OutputPath>..\win64\bin\</OutputPath>
112     <DefineConstants>TRACE</DefineConstants>
113     <BaseAddress>285212672</BaseAddress>
114     <Optimize>true</Optimize>
115     <FileAlignment>4096</FileAlignment>
116     <PlatformTarget>x64</PlatformTarget>
117     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
118     <ErrorReport>prompt</ErrorReport>
119   </PropertyGroup>
120   <ItemGroup>
121     <Reference Include="System">
122       <Name>System</Name>
123     </Reference>
124     <Reference Include="System.Configuration" />
125     <Reference Include="System.Data">
126       <Name>System.Data</Name>
127     </Reference>
128     <Reference Include="System.Drawing">
129       <Name>System.Drawing</Name>
130     </Reference>
131     <Reference Include="System.Windows.Forms">
132       <Name>System.Windows.Forms</Name>
133     </Reference>
134     <Reference Include="System.Xml">
135       <Name>System.XML</Name>
136     </Reference>
137   </ItemGroup>
138   <ItemGroup>
139     <Compile Include="AboutDialog.cs">
140       <SubType>Form</SubType>
141     </Compile>
142     <Compile Include="AssemblyInfo.cs">
143       <SubType>Code</SubType>
144     </Compile>
145     <Compile Include="Form1.cs">
146       <SubType>Form</SubType>
147     </Compile>
148     <Compile Include="Form2.cs">
149       <SubType>Form</SubType>
150     </Compile>
151     <Compile Include="MaterialDialog.cs">
152       <SubType>Form</SubType>
153     </Compile>
154     <Compile Include="TransparencyDialog.cs">
155       <SubType>Form</SubType>
156     </Compile>
157     <EmbeddedResource Include="AboutDialog.resx">
158       <DependentUpon>AboutDialog.cs</DependentUpon>
159       <SubType>Designer</SubType>
160     </EmbeddedResource>
161     <EmbeddedResource Include="Form1.resx">
162       <DependentUpon>Form1.cs</DependentUpon>
163       <SubType>Designer</SubType>
164     </EmbeddedResource>
165     <EmbeddedResource Include="Form2.resx">
166       <DependentUpon>Form2.cs</DependentUpon>
167       <SubType>Designer</SubType>
168     </EmbeddedResource>
169     <EmbeddedResource Include="MaterialDialog.resx">
170       <DependentUpon>MaterialDialog.cs</DependentUpon>
171       <SubType>Designer</SubType>
172     </EmbeddedResource>
173     <EmbeddedResource Include="TransparencyDialog.resx">
174       <DependentUpon>TransparencyDialog.cs</DependentUpon>
175       <SubType>Designer</SubType>
176     </EmbeddedResource>
177     <None Include="app.config" />
178     <Content Include="App.ico" />
179   </ItemGroup>
180   <ItemGroup>
181     <ProjectReference Include="..\OCCTProxy\OCCTProxy.vcproj">
182       <Project>{969912D9-78E7-4AB8-B4FF-6B52B4F03991}</Project>
183       <Name>OCCTProxy</Name>
184     </ProjectReference>
185   </ItemGroup>
186   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
187   <PropertyGroup>
188     <PreBuildEvent>
189     </PreBuildEvent>
190     <PostBuildEvent>
191     </PostBuildEvent>
192   </PropertyGroup>
193 </Project>