|
@@ -37,20 +37,14 @@
|
|
|
<AssemblyOriginatorKeyFile>..\..\Egametang.pfx</AssemblyOriginatorKeyFile>
|
|
<AssemblyOriginatorKeyFile>..\..\Egametang.pfx</AssemblyOriginatorKeyFile>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
|
|
|
+ <EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
- <Reference Include="Microsoft.VisualStudio.Shell.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
- <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
- </Reference>
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TextTemplating.VSHost.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.VisualStudio.TextTemplating.VSHost.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
|
|
- <Reference Include="System.Data" />
|
|
|
|
|
- <Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Compile Include="ProtobufGenerator.cs" />
|
|
<Compile Include="ProtobufGenerator.cs" />
|
|
@@ -61,7 +55,9 @@
|
|
|
<Link>Egametang.pfx</Link>
|
|
<Link>Egametang.pfx</Link>
|
|
|
</None>
|
|
</None>
|
|
|
<None Include="ProtobufGenerator.reg" />
|
|
<None Include="ProtobufGenerator.reg" />
|
|
|
- <None Include="register.bat" />
|
|
|
|
|
|
|
+ <None Include="register.bat">
|
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
+ </None>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
@@ -69,7 +65,7 @@
|
|
|
</PreBuildEvent>
|
|
</PreBuildEvent>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <PostBuildEvent>$(ProjectDir)\register.bat $(TargetPath) $(TargetDir)</PostBuildEvent>
|
|
|
|
|
|
|
+ <PostBuildEvent>$(ProjectDir)\register.bat $(TargetPath)</PostBuildEvent>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<!-- 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.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|