-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFileSystemSimulation.cproj
More file actions
34 lines (34 loc) · 1.39 KB
/
FileSystemSimulation.cproj
File metadata and controls
34 lines (34 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D978185F-9760-4B8C-8665-35428069CB2F}</ProjectGuid>
<Compiler>
<Compiler ctype="GppCompiler" xmlns="" />
</Compiler>
<Language>CPP</Language>
<Target>Bin</Target>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<Externalconsole>true</Externalconsole>
<OutputName>FileSystemSimulation</OutputName>
<CompileTarget>Bin</CompileTarget>
<DefineSymbols>DEBUG MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<Externalconsole>true</Externalconsole>
<OutputName>FileSystemSimulation</OutputName>
<CompileTarget>Bin</CompileTarget>
<OptimizationLevel>3</OptimizationLevel>
<DefineSymbols>MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
</PropertyGroup>
<ItemGroup>
<Compile Include="main.cpp" />
</ItemGroup>
</Project>