added SSCLI 1.0
[windows-sources.git] / sdk / samples / FrameworkSamples / CLR / Threading / ReaderWriterSynchronization / cs / readerwritersynchronization / readerwritersynchronizationcs.csproj
blobffa25ffc85da52b5800b359a480bd8464a844043
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.30530</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{68CC60F9-5F6C-4819-BD32-BCA206070FA6}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <ApplicationIcon>
9     </ApplicationIcon>
10     <AssemblyKeyContainerName>
11     </AssemblyKeyContainerName>
12     <AssemblyName>ReaderWriter</AssemblyName>
13     <AssemblyOriginatorKeyFile>
14     </AssemblyOriginatorKeyFile>
15     <DefaultClientScript>JScript</DefaultClientScript>
16     <DefaultHTMLPageLayout>Flow</DefaultHTMLPageLayout>
17     <DefaultTargetSchema>IE32Nav30</DefaultTargetSchema>
18     <DelaySign>false</DelaySign>
19     <OutputType>Exe</OutputType>
20     <RootNamespace>NetSDKSamples</RootNamespace>
21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22     <StartupObject>
23     </StartupObject>
24     <InstanceType>SingleInstance</InstanceType>
25     <ShutdownMode>MainFormClose</ShutdownMode>
26     <Title>
27     </Title>
28     <Description>
29     </Description>
30     <Company>
31     </Company>
32     <Product>
33     </Product>
34     <Copyright>
35     </Copyright>
36     <Trademark>
37     </Trademark>
38     <AssemblyType>Library</AssemblyType>
39     <TypeComplianceDiagnostics>true</TypeComplianceDiagnostics>
40     <CompatibilityChecks>false</CompatibilityChecks>
41     <CompatibleAssembly>
42     </CompatibleAssembly>
43   </PropertyGroup>
44   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
45     <OutputPath>bin\Debug\</OutputPath>
46     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
47     <BaseAddress>0</BaseAddress>
48     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
49     <ConfigurationOverrideFile>
50     </ConfigurationOverrideFile>
51     <DefineConstants>DEBUG;TRACE</DefineConstants>
52     <DocumentationFile>
53     </DocumentationFile>
54     <DebugSymbols>true</DebugSymbols>
55     <FileAlignment>4096</FileAlignment>
56     <IncrementalBuild>false</IncrementalBuild>
57     <NoStdLib>false</NoStdLib>
58     <NoWarn>
59     </NoWarn>
60     <Optimize>false</Optimize>
61     <RegisterForComInterop>false</RegisterForComInterop>
62     <RemoveIntegerChecks>false</RemoveIntegerChecks>
63     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
64     <WarningLevel>4</WarningLevel>
65   </PropertyGroup>
66   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
67     <OutputPath>bin\Release\</OutputPath>
68     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
69     <BaseAddress>0</BaseAddress>
70     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
71     <ConfigurationOverrideFile>
72     </ConfigurationOverrideFile>
73     <DefineConstants>TRACE</DefineConstants>
74     <DocumentationFile>
75     </DocumentationFile>
76     <DebugSymbols>false</DebugSymbols>
77     <FileAlignment>4096</FileAlignment>
78     <IncrementalBuild>false</IncrementalBuild>
79     <NoStdLib>false</NoStdLib>
80     <NoWarn>
81     </NoWarn>
82     <Optimize>true</Optimize>
83     <RegisterForComInterop>false</RegisterForComInterop>
84     <RemoveIntegerChecks>false</RemoveIntegerChecks>
85     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
86     <WarningLevel>4</WarningLevel>
87   </PropertyGroup>
88   <ItemGroup>
89     <Reference Include="mscorlib">
90       <Name>MSCorLib</Name>
91     </Reference>
92     <Reference Include="System">
93       <Name>System</Name>
94     </Reference>
95   </ItemGroup>
96   <ItemGroup>
97     <Compile Include="ReaderWriter.cs">
98       <SubType>Code</SubType>
99     </Compile>
100     <Compile Include="AssemblyInfo.cs">
101       <Link>AssemblyInfo.cs</Link>
102       <SubType>Code</SubType>
103     </Compile>
104   </ItemGroup>
105   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
106   <PropertyGroup>
107     <PreBuildEvent>
108     </PreBuildEvent>
109     <PostBuildEvent>
110     </PostBuildEvent>
111   </PropertyGroup>
112 </Project>