65 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
66 |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
67 |
</Compile> |
</Compile> |
68 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
69 |
<Compile Include="LoggingConstants.cs" /> |
<Compile Include="LoggingConstants.cs" /> |
70 |
<Compile Include="logger.cs" /> |
<Compile Include="logger.cs" /> |
71 |
<Compile Include="LogWriter.cs"> |
<Compile Include="LogWriter.cs"> |
74 |
<Compile Include="LogWriter.designer.cs"> |
<Compile Include="LogWriter.designer.cs"> |
75 |
<DependentUpon>LogWriter.cs</DependentUpon> |
<DependentUpon>LogWriter.cs</DependentUpon> |
76 |
</Compile> |
</Compile> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
77 |
<Compile Include="Properties\Settings.Designer.cs"> |
<Compile Include="Properties\Settings.Designer.cs"> |
78 |
<AutoGen>True</AutoGen> |
<AutoGen>True</AutoGen> |
79 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
87 |
</ItemGroup> |
</ItemGroup> |
88 |
<ItemGroup> |
<ItemGroup> |
89 |
<None Include="app.config" /> |
<None Include="app.config" /> |
90 |
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
91 |
<None Include="Properties\Settings.settings"> |
<None Include="Properties\Settings.settings"> |
92 |
<Generator>SettingsSingleFileGenerator</Generator> |
<Generator>SettingsSingleFileGenerator</Generator> |
93 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
101 |
</ItemGroup> |
</ItemGroup> |
102 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
103 |
<PropertyGroup> |
<PropertyGroup> |
104 |
<PreBuildEvent> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
|
</PreBuildEvent> |
|
105 |
</PropertyGroup> |
</PropertyGroup> |
106 |
<!-- 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. |
107 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |