-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestingTutorials.synproj
More file actions
60 lines (60 loc) · 2.96 KB
/
TestingTutorials.synproj
File metadata and controls
60 lines (60 loc) · 2.96 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
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
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)Common.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Configuration)' == '' ">x86</Platform>
<Name>TestingTutorials</Name>
<StartupObject><Synergy Main></StartupObject>
<OutputName>TestingTutorials</OutputName>
<ProjectGuid>{99f6597c-0384-4579-b2ff-8fded1f1e423}</ProjectGuid>
<ProjectTypeGuids>{7B8CF543-378A-4EC1-BB1B-98E4DC6E6820};{BBD0F5D1-1CC4-42fd-BA4C-A96779C64378}</ProjectTypeGuids>
<OutputType>application</OutputType>
<DBL_qTrim>True</DBL_qTrim>
<DBL_qAlign>True</DBL_qAlign>
<EnableCommonProperties>True</EnableCommonProperties>
<CommonPropertiesFileLocation>$(SolutionDir)Common.props</CommonPropertiesFileLocation>
<RootNamespace>TestingTutorials</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
<OutputPath>$(SolutionDir)\$(Configuration)\$(Platform)</OutputPath>
<UnevaluatedOutputPath>EXEDIR:</UnevaluatedOutputPath>
<PlatformTarget>x86</PlatformTarget>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DebugOptimize>Debug</DebugOptimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
<OutputPath>$(SolutionDir)\$(Configuration)\$(Platform)</OutputPath>
<UnevaluatedOutputPath>EXEDIR:</UnevaluatedOutputPath>
<PlatformTarget>x64</PlatformTarget>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DebugOptimize>Debug</DebugOptimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
<OutputPath>$(SolutionDir)\$(Configuration)\$(Platform)</OutputPath>
<UnevaluatedOutputPath>EXEDIR:</UnevaluatedOutputPath>
<PlatformTarget>x86</PlatformTarget>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DebugOptimize>Optimize</DebugOptimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
<IncludeDebugInformation>true</IncludeDebugInformation>
<OutputPath>$(SolutionDir)\$(Configuration)\$(Platform)</OutputPath>
<UnevaluatedOutputPath>EXEDIR:</UnevaluatedOutputPath>
<PlatformTarget>x64</PlatformTarget>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DebugOptimize>Optimize</DebugOptimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.dbl" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Synergex\dbl\Synergex.SynergyDE.Traditional.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>