51 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
52 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
53 |
</Compile> |
</Compile> |
54 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
55 |
<Compile Include="Main.cs"> |
<Compile Include="Main.cs"> |
56 |
<SubType>Form</SubType> |
<SubType>Form</SubType> |
57 |
</Compile> |
</Compile> |
59 |
<DependentUpon>Main.cs</DependentUpon> |
<DependentUpon>Main.cs</DependentUpon> |
60 |
</Compile> |
</Compile> |
61 |
<Compile Include="Program.cs" /> |
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
62 |
<EmbeddedResource Include="Main.resx"> |
<EmbeddedResource Include="Main.resx"> |
63 |
<DependentUpon>Main.cs</DependentUpon> |
<DependentUpon>Main.cs</DependentUpon> |
64 |
</EmbeddedResource> |
</EmbeddedResource> |
73 |
<DesignTime>True</DesignTime> |
<DesignTime>True</DesignTime> |
74 |
</Compile> |
</Compile> |
75 |
<None Include="app.config" /> |
<None Include="app.config" /> |
76 |
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
77 |
<None Include="Properties\Settings.settings"> |
<None Include="Properties\Settings.settings"> |
78 |
<Generator>SettingsSingleFileGenerator</Generator> |
<Generator>SettingsSingleFileGenerator</Generator> |
79 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
96 |
</ItemGroup> |
</ItemGroup> |
97 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
98 |
<PropertyGroup> |
<PropertyGroup> |
99 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"</PreBuildEvent> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" |
100 |
|
"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
101 |
</PropertyGroup> |
</PropertyGroup> |
102 |
<!-- 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. |
103 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |