|
34 | 34 | <UseApplicationTrust>false</UseApplicationTrust> |
35 | 35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
36 | 36 | <TargetFrameworkProfile /> |
| 37 | + <OutputPath>bin\Debug\</OutputPath> |
37 | 38 | </PropertyGroup> |
38 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
39 | 40 | <DebugSymbols>true</DebugSymbols> |
|
64 | 65 | <SpecificVersion>False</SpecificVersion> |
65 | 66 | <HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\EnvDTE.dll</HintPath> |
66 | 67 | </Reference> |
| 68 | + <Reference Include="Microsoft.VisualStudio.Interop, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
67 | 69 | <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
68 | 70 | <SpecificVersion>False</SpecificVersion> |
69 | 71 | <HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.TemplateWizardInterface.dll</HintPath> |
|
74 | 76 | <Reference Include="System.Windows.Forms" /> |
75 | 77 | <Reference Include="System.Data" /> |
76 | 78 | <Reference Include="System.Xml" /> |
77 | | - <Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
78 | 79 | </ItemGroup> |
79 | 80 | <ItemGroup> |
80 | 81 | <Compile Include="About Box\AboutBox.cs"> |
|
102 | 103 | </EmbeddedResource> |
103 | 104 | </ItemGroup> |
104 | 105 | <ItemGroup> |
105 | | - <None Include="ObjectARXLocatorWizard.snk" /> |
| 106 | + <None Include="ObjectARXLocatorWizard.snk"> |
| 107 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 108 | + </None> |
106 | 109 | </ItemGroup> |
107 | 110 | <ItemGroup> |
108 | 111 | <ProjectReference Include="..\XmlConfigurator2010\XmlConfigurator.csproj"> |
|
129 | 132 | </ItemGroup> |
130 | 133 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
131 | 134 | <PropertyGroup> |
132 | | - <PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)Output /Y</PostBuildEvent> |
| 135 | + <PostBuildEvent>xcopy $(TargetPath) $(SolutionDir)Output /Y |
| 136 | + |
| 137 | +</PostBuildEvent> |
133 | 138 | </PropertyGroup> |
134 | 139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
135 | 140 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments