14 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
15 |
<TargetFrameworkProfile /> |
<TargetFrameworkProfile /> |
16 |
</PropertyGroup> |
</PropertyGroup> |
17 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
18 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
19 |
<DebugType>full</DebugType> |
<OutputPath>bin\x64\Debug\</OutputPath> |
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
21 |
<NoWarn>1607,0436</NoWarn> |
<NoWarn>1607,0436</NoWarn> |
22 |
|
<DebugType>full</DebugType> |
23 |
|
<PlatformTarget>x64</PlatformTarget> |
24 |
|
<ErrorReport>prompt</ErrorReport> |
25 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
26 |
</PropertyGroup> |
</PropertyGroup> |
27 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
28 |
<DebugType>pdbonly</DebugType> |
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
|
<DefineConstants>TRACE</DefineConstants> |
30 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
31 |
<OutputPath>bin\Release\</OutputPath> |
<DebugType>pdbonly</DebugType> |
32 |
|
<PlatformTarget>x64</PlatformTarget> |
33 |
|
<ErrorReport>prompt</ErrorReport> |
34 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 |
|
</PropertyGroup> |
36 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
37 |
|
<DebugSymbols>true</DebugSymbols> |
38 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
39 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
40 |
|
<NoWarn>1607,0436</NoWarn> |
41 |
|
<DebugType>full</DebugType> |
42 |
|
<PlatformTarget>x86</PlatformTarget> |
43 |
|
<ErrorReport>prompt</ErrorReport> |
44 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
45 |
|
</PropertyGroup> |
46 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
47 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
48 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
49 |
|
<Optimize>true</Optimize> |
50 |
|
<DebugType>pdbonly</DebugType> |
51 |
|
<PlatformTarget>x86</PlatformTarget> |
52 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
53 |
<WarningLevel>4</WarningLevel> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
54 |
</PropertyGroup> |
</PropertyGroup> |
55 |
<ItemGroup> |
<ItemGroup> |
56 |
|
<Reference Include="Enterprise.Logging"> |
57 |
|
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
58 |
|
</Reference> |
59 |
<Reference Include="Microsoft.CSharp" /> |
<Reference Include="Microsoft.CSharp" /> |
60 |
<Reference Include="Microsoft.VisualBasic" /> |
<Reference Include="Microsoft.VisualBasic" /> |
61 |
<Reference Include="System" /> |
<Reference Include="System" /> |
71 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
72 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
73 |
</Compile> |
</Compile> |
74 |
|
<Compile Include="CheatInputDialog.cs"> |
75 |
|
<SubType>Form</SubType> |
76 |
|
</Compile> |
77 |
|
<Compile Include="CheatInputDialog.Designer.cs"> |
78 |
|
<DependentUpon>CheatInputDialog.cs</DependentUpon> |
79 |
|
</Compile> |
80 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
81 |
<Compile Include="RVACalculatorDockControl.cs"> |
<Compile Include="RVACalculatorDockControl.cs"> |
82 |
<SubType>Form</SubType> |
<SubType>Form</SubType> |
116 |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
117 |
</ItemGroup> |
</ItemGroup> |
118 |
<ItemGroup> |
<ItemGroup> |
119 |
|
<EmbeddedResource Include="CheatInputDialog.resx"> |
120 |
|
<DependentUpon>CheatInputDialog.cs</DependentUpon> |
121 |
|
</EmbeddedResource> |
122 |
<EmbeddedResource Include="RVACalculatorDockControl.resx"> |
<EmbeddedResource Include="RVACalculatorDockControl.resx"> |
123 |
<DependentUpon>RVACalculatorDockControl.cs</DependentUpon> |
<DependentUpon>RVACalculatorDockControl.cs</DependentUpon> |
124 |
</EmbeddedResource> |
</EmbeddedResource> |