11 |
<RootNamespace>RomCheater</RootNamespace> |
<RootNamespace>RomCheater</RootNamespace> |
12 |
<AssemblyName>RomCheater</AssemblyName> |
<AssemblyName>RomCheater</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<TargetFrameworkProfile>Client</TargetFrameworkProfile> |
<TargetFrameworkProfile> |
15 |
|
</TargetFrameworkProfile> |
16 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
17 |
</PropertyGroup> |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
56 |
</Compile> |
</Compile> |
57 |
<Compile Include="Program.cs" /> |
<Compile Include="Program.cs" /> |
58 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
59 |
|
<Compile Include="Properties\SharedAssemblyInfo.cs" /> |
60 |
<EmbeddedResource Include="Main.resx"> |
<EmbeddedResource Include="Main.resx"> |
61 |
<DependentUpon>Main.cs</DependentUpon> |
<DependentUpon>Main.cs</DependentUpon> |
62 |
</EmbeddedResource> |
</EmbeddedResource> |
68 |
<Compile Include="Properties\Resources.Designer.cs"> |
<Compile Include="Properties\Resources.Designer.cs"> |
69 |
<AutoGen>True</AutoGen> |
<AutoGen>True</AutoGen> |
70 |
<DependentUpon>Resources.resx</DependentUpon> |
<DependentUpon>Resources.resx</DependentUpon> |
71 |
|
<DesignTime>True</DesignTime> |
72 |
</Compile> |
</Compile> |
73 |
<None Include="app.config" /> |
<None Include="app.config" /> |
74 |
<None Include="Properties\Settings.settings"> |
<None Include="Properties\Settings.settings"> |
92 |
</ProjectReference> |
</ProjectReference> |
93 |
</ItemGroup> |
</ItemGroup> |
94 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
95 |
|
<PropertyGroup> |
96 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"</PreBuildEvent> |
97 |
|
</PropertyGroup> |
98 |
<!-- 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. |
99 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |
100 |
<Target Name="BeforeBuild"> |
<Target Name="BeforeBuild"> |