-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tubs.cproj
78 lines (78 loc) · 3.17 KB
/
Tubs.cproj
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4ED82710-810F-4806-AFE7-FCECD699DCB0}</ProjectGuid>
<Compiler>
<Compiler ctype="GccCompiler" />
</Compiler>
<Language>C</Language>
<Target>Bin</Target>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<DefineSymbols>DEBUG MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
<OutputName>Tubs</OutputName>
<CompileTarget>Bin</CompileTarget>
<Externalconsole>true</Externalconsole>
<ExtraCompilerArguments>-std=c99</ExtraCompilerArguments>
<CustomCommands>
<CustomCommands>
<Command type="Custom" name="Git Push" command="gitcommit "Context menu Commit"" workingdir="${ProjectDir}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<DefineSymbols>MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
<OptimizationLevel>3</OptimizationLevel>
<OutputName>Tubs</OutputName>
<CompileTarget>Bin</CompileTarget>
<ExtraCompilerArguments>-std=c99</ExtraCompilerArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Wii|AnyCPU' ">
<OutputPath>.\</OutputPath>
<CompileTarget>Bin</CompileTarget>
<OutputName />
<CustomCommands>
<CustomCommands>
<Command type="Build" command="make" workingdir="${ProjectDir}" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<ItemGroup>
<Compile Include="source\tubs.c" />
<Compile Include="source\main.c" />
<Compile Include="source\standard.c" />
<Compile Include="source\tubsin.c" />
<Compile Include="source\tubsout.c" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile">
<BuildFilesVar Sync="true" Name="top_srcdir" Prefix="source" />
<DeployFilesVar />
<ResourcesVar />
<OthersVar />
<GacRefVar />
<AsmRefVar />
<ProjectRefVar />
<MessageRegex Error="^\s*(?<file>[^:]*):(?<line>\d*){1}(:(?<column>\d*))?\s*:\s*(error|fout)\s*:\s(?<message>.*)" Warning="^\s*(?<file>[^:]*):(?<line>\d*){1}(:(?<column>\d*))?\s*:\s*(warning|let op)\s*:\s(?<message>.*)" Name="Custom" />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<None Include="source\tubs.h" />
<None Include="source\standard.h" />
<None Include="source\tubsin.h" />
<None Include="source\tubsout.h" />
</ItemGroup>
</Project>