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 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
29 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
30 |
|
<Optimize>true</Optimize> |
31 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
32 |
|
<PlatformTarget>x64</PlatformTarget> |
33 |
|
<ErrorReport>prompt</ErrorReport> |
34 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
35 |
|
<NoWarn>1607,0436</NoWarn> |
36 |
|
</PropertyGroup> |
37 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 |
|
<DebugSymbols>true</DebugSymbols> |
39 |
|
<OutputPath>bin\x86\Debug\</OutputPath> |
40 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
41 |
|
<NoWarn>1607,0436</NoWarn> |
42 |
|
<DebugType>full</DebugType> |
43 |
|
<PlatformTarget>x86</PlatformTarget> |
44 |
|
<ErrorReport>prompt</ErrorReport> |
45 |
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
46 |
|
</PropertyGroup> |
47 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
48 |
|
<OutputPath>bin\x86\Release\</OutputPath> |
49 |
|
<DefineConstants>TRACE;RELEASE</DefineConstants> |
50 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
51 |
<OutputPath>bin\Release\</OutputPath> |
<DebugType>pdbonly</DebugType> |
52 |
<DefineConstants>TRACE</DefineConstants> |
<PlatformTarget>x86</PlatformTarget> |
53 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
54 |
<WarningLevel>4</WarningLevel> |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
55 |
|
<NoWarn>1607,0436</NoWarn> |
56 |
</PropertyGroup> |
</PropertyGroup> |
57 |
<ItemGroup> |
<ItemGroup> |
58 |
|
<Reference Include="Enterprise.Logging"> |
59 |
|
<HintPath>..\deps\Enterprise.Logging\Enterprise.Logging.dll</HintPath> |
60 |
|
</Reference> |
61 |
<Reference Include="Microsoft.CSharp" /> |
<Reference Include="Microsoft.CSharp" /> |
62 |
<Reference Include="Microsoft.VisualBasic" /> |
<Reference Include="Microsoft.VisualBasic" /> |
63 |
<Reference Include="System" /> |
<Reference Include="System" /> |
130 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
131 |
</PropertyGroup> |
</PropertyGroup> |
132 |
<PropertyGroup> |
<PropertyGroup> |
133 |
<PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll" |
<PostBuildEvent>mkdir "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\" |
134 |
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent> |
copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).dll" |
135 |
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"</PostBuildEvent> |
136 |
</PropertyGroup> |
</PropertyGroup> |
137 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
138 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |