46 |
|
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
47 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
48 |
|
</Compile> |
49 |
+ |
<Compile Include="EmuMEMMapDockControl.cs"> |
50 |
+ |
<SubType>Form</SubType> |
51 |
+ |
</Compile> |
52 |
+ |
<Compile Include="EmuMEMMapDockControl.Designer.cs"> |
53 |
+ |
<DependentUpon>EmuMEMMapDockControl.cs</DependentUpon> |
54 |
+ |
</Compile> |
55 |
|
<Compile Include="EmuMMAPPlugin.cs" /> |
56 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
57 |
|
</ItemGroup> |
76 |
|
<ItemGroup> |
77 |
|
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
78 |
|
</ItemGroup> |
79 |
+ |
<ItemGroup> |
80 |
+ |
<EmbeddedResource Include="EmuMEMMapDockControl.resx"> |
81 |
+ |
<DependentUpon>EmuMEMMapDockControl.cs</DependentUpon> |
82 |
+ |
</EmbeddedResource> |
83 |
+ |
</ItemGroup> |
84 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
85 |
|
<PropertyGroup> |
86 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |