Diff of /trunk/cforge/cforge/cforge.csproj [r6] .. [r7]  Maximize  Restore

Switch to unified view

a/trunk/cforge/cforge/cforge.csproj b/trunk/cforge/cforge/cforge.csproj
...
...
40
  </PropertyGroup>
40
  </PropertyGroup>
41
  <PropertyGroup>
41
  <PropertyGroup>
42
    <ApplicationManifest>app.manifest</ApplicationManifest>
42
    <ApplicationManifest>app.manifest</ApplicationManifest>
43
  </PropertyGroup>
43
  </PropertyGroup>
44
  <ItemGroup>
44
  <ItemGroup>
45
    <Reference Include="IronPython, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
46
      <HintPath>..\packages\IronPython.2.7.8.1\lib\net45\IronPython.dll</HintPath>
47
    </Reference>
48
    <Reference Include="IronPython.Modules, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
49
      <HintPath>..\packages\IronPython.2.7.8.1\lib\net45\IronPython.Modules.dll</HintPath>
50
    </Reference>
51
    <Reference Include="IronPython.SQLite, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
52
      <HintPath>..\packages\IronPython.2.7.8.1\lib\net45\IronPython.SQLite.dll</HintPath>
53
    </Reference>
54
    <Reference Include="IronPython.Wpf, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
55
      <HintPath>..\packages\IronPython.2.7.8.1\lib\net45\IronPython.Wpf.dll</HintPath>
56
    </Reference>
57
    <Reference Include="Microsoft.Dynamic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
58
      <HintPath>..\packages\DynamicLanguageRuntime.1.2.1\lib\net45\Microsoft.Dynamic.dll</HintPath>
59
    </Reference>
60
    <Reference Include="Microsoft.Scripting, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
61
      <HintPath>..\packages\DynamicLanguageRuntime.1.2.1\lib\net45\Microsoft.Scripting.dll</HintPath>
62
    </Reference>
63
    <Reference Include="Microsoft.Scripting.Metadata, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
64
      <HintPath>..\packages\DynamicLanguageRuntime.1.2.1\lib\net45\Microsoft.Scripting.Metadata.dll</HintPath>
65
    </Reference>
66
    <Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
67
      <HintPath>..\packages\DynamicLanguageRuntime.1.2.1\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath>
68
    </Reference>
45
    <Reference Include="System" />
69
    <Reference Include="System" />
46
    <Reference Include="System.Core" />
70
    <Reference Include="System.Core" />
47
    <Reference Include="System.Xml.Linq" />
71
    <Reference Include="System.Xml.Linq" />
48
    <Reference Include="System.Data.DataSetExtensions" />
72
    <Reference Include="System.Data.DataSetExtensions" />
49
    <Reference Include="Microsoft.CSharp" />
73
    <Reference Include="Microsoft.CSharp" />
...
...
53
  </ItemGroup>
77
  </ItemGroup>
54
  <ItemGroup>
78
  <ItemGroup>
55
    <Compile Include="Helper.cs" />
79
    <Compile Include="Helper.cs" />
56
    <Compile Include="Program.cs" />
80
    <Compile Include="Program.cs" />
57
    <Compile Include="Properties\AssemblyInfo.cs" />
81
    <Compile Include="Properties\AssemblyInfo.cs" />
82
    <Compile Include="Resources.Designer.cs">
83
      <AutoGen>True</AutoGen>
84
      <DesignTime>True</DesignTime>
85
      <DependentUpon>Resources.resx</DependentUpon>
86
    </Compile>
58
  </ItemGroup>
87
  </ItemGroup>
59
  <ItemGroup>
88
  <ItemGroup>
60
    <None Include="App.config" />
89
    <None Include="App.config" />
61
    <None Include="app.manifest" />
90
    <None Include="app.manifest" />
91
    <None Include="packages.config" />
62
  </ItemGroup>
92
  </ItemGroup>
63
  <ItemGroup>
93
  <ItemGroup>
64
    <Content Include="icon.ico" />
94
    <Content Include="icon.ico" />
95
    <EmbeddedResource Include="license.txt" />
96
  </ItemGroup>
97
  <ItemGroup>
98
    <EmbeddedResource Include="Resources.resx">
99
      <Generator>ResXFileCodeGenerator</Generator>
100
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
101
    </EmbeddedResource>
65
  </ItemGroup>
102
  </ItemGroup>
66
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
  <PropertyGroup>
104
  <PropertyGroup>
68
    <PostBuildEvent>copy $(TargetDir)\*.* $(ProjectDir)\Package\cforge\;
105
    <PostBuildEvent>copy $(TargetDir)\*.* $(ProjectDir)\Package\cforge\;
106
copy $(ProjectDir)\license.txt  $(ProjectDir)\Package\
107
69
$(ProjectDir)\CreatePackage.bat  $(ProjectDir)\Package\ $(ProjectDir)\out\cforge.package</PostBuildEvent>
108
$(ProjectDir)\CreatePackage.bat  $(ProjectDir)\Package\ $(ProjectDir)\out\cforge.package</PostBuildEvent>
70
  </PropertyGroup>
109
  </PropertyGroup>
71
</Project>
110
</Project>