Datei: Make/NDO.proj
Last Commit (5f8ecb9)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | ··<PropertyGroup>···· |
| 4 | ····<PERS_DIR>..</PERS_DIR> |
| 5 | ····<MAKE_DIR>$(PERS_DIR)\Make</MAKE_DIR> |
| 6 | ····<NDO_DIR>$(PERS_DIR)\ndodll</NDO_DIR> |
| 7 | ····<ENH_DIR>$(PERS_DIR)\NDOEnhancer</ENH_DIR> |
| 8 | ····<PACKAGE_DIR>$(PERS_DIR)\NDOPackage</PACKAGE_DIR> |
| 9 | ····<NDO_DLL>$(NDO_DIR)\bin\Release\NDO.dll</NDO_DLL> |
| 10 | ····<MAP_DIR>$(PERS_DIR)\SimpleMappingTool</MAP_DIR> |
| 11 | ····<GEN_DIR>$(PERS_DIR)\ClassGenerator</GEN_DIR> |
| 12 | ····<DEPLOY_DIR>$(PERS_DIR)\Deploy\Enterprise</DEPLOY_DIR> |
| 13 | ····<INTERF_DLL>$(PERS_DIR)\NDOInterfaces\bin\release\NDOInterfaces.dll</INTERF_DLL> |
| 14 | ··</PropertyGroup> |
| 15 | |
| 16 | ··<PropertyGroup> |
| 17 | ····<Configuration>Release</Configuration> |
| 18 | ····<Platform>AnyCPU</Platform> |
| 19 | ··</PropertyGroup> |
| 20 | ···· |
| 21 | ··<ItemGroup> |
| 22 | ····<Tools Include="..\MakeEnhancerDate\MakeEnhancerDate.csproj" />···· |
| 23 | ··</ItemGroup> |
| 24 | ·· |
| 25 | ··<ItemGroup> |
| 26 | ····<Project Include="..\NDOInterfaces\NDOInterfaces.csproj" /> |
| 27 | ····<Project Include="..\NDODLL\NDO.csproj" />···· |
| 28 | ····<Project Include="..\UISupport\NDO.UISupport\NDO.UISupport.csproj" /> |
| 29 | |
| 30 | ····<Project Include="..\Provider\MySqlNdoProvider\NDO.MySql\NDO.MySql.csproj" /> |
| 31 | ····<Project Include="..\Provider\OracleProvider\NDO.Oracle\NDO.Oracle.csproj" /> |
| 32 | ····<Project Include="..\Provider\FirebirdNdoProvider\NDO.Firebird\NDO.Firebird.csproj" /> |
| 33 | ····<Project Include="..\Provider\SqlCeProvider\NDO.SqlCe\NDO.SqlCe.csproj" /> |
| 34 | ····<Project Include="..\Provider\SqliteProvider\NDO.Sqlite\NDO.Sqlite.csproj" />···· |
| 35 | ····<Project Include="..\Provider\SqlServerProvider\NDO.Sqlserver\NDO.Sqlserver.csproj" />···· |
| 36 | ····<Project Include="..\Provider\PostgresProvider\NDO.Postgre\NDO.Postgre.csproj" /> |
| 37 | ···· |
| 38 | ····<Project Include="..\Provider\MySqlNdoProvider\MySqlUISupport\MySqlUISupport.csproj" /> |
| 39 | ····<Project Include="..\Provider\OracleProvider\OracleUISupport\OracleUISupport.csproj" /> |
| 40 | ····<Project Include="..\Provider\FirebirdNdoProvider\FirebirdUISupport\FirebirdUISupport.csproj" /> |
| 41 | ····<Project Include="..\Provider\SqlCeProvider\SqlCeUISupport\SqlCeUISupport.csproj" /> |
| 42 | ····<Project Include="..\Provider\SqliteProvider\SqliteUISupport\SqliteUISupport.csproj" />···· |
| 43 | ····<Project Include="..\Provider\SqlServerProvider\SqlServerUISupport\SqlServerUISupport.csproj" />···· |
| 44 | ····<Project Include="..\Provider\PostgresProvider\PostgresUISupport\PostgresUISupport.csproj" />···· |
| 45 | ···· |
| 46 | ····<Project Include="..\SimpleMappingTool\Mapping.csproj" /> |
| 47 | ····<Project Include="..\NDOPackage\NDOPackage.csproj" /> |
| 48 | ····<Project Include="..\NDOEnhancer\NDOEnhancer.csproj" /> |
| 49 | ····<Project Include="..\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask.csproj" /> |
| 50 | ··</ItemGroup> |
| 51 | ·· |
| 52 | ··<ItemGroup> |
| 53 | ····<PackProject Include="..\NDODLL\NDO.csproj" />···· |
| 54 | ··</ItemGroup> |
| 55 | ·· |
| 56 | ··<ItemGroup> |
| 57 | ····<Projectx86 Include="..\EnhancerX86Stub\EnhancerX86Stub\EnhancerX86Stub.csproj" /> |
| 58 | ··</ItemGroup> |
| 59 | |
| 60 | ··<Target Name="Build"> |
| 61 | ····<MSBuild Projects="@(Tools)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 62 | ····<Exec Condition="!EXISTS('$(NDO_DIR)\SourceRevisionId.props')" Command="Copy $(NDO_DIR)\SourceRevisionId.props.sample $(NDO_DIR)\SourceRevisionId.props" /> |
| 63 | ····<MSBuild Projects="@(Project)" Targets="restore" /> |
| 64 | ····<MSBuild Projects="@(Project)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 65 | ····<MSBuild Projects="@(Projectx86)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=x86" /> |
| 66 | ····<MSBuild Projects="@(PackProject)" Targets="Pack" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 67 | ··</Target> |
| 68 | ·· |
| 69 | </Project> |
New Commit (d7c01ab)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | ··<PropertyGroup>···· |
| 4 | ····<PERS_DIR>..</PERS_DIR> |
| 5 | ····<MAKE_DIR>$(PERS_DIR)\Make</MAKE_DIR> |
| 6 | ····<NDO_DIR>$(PERS_DIR)\ndodll</NDO_DIR> |
| 7 | ····<ENH_DIR>$(PERS_DIR)\NDOEnhancer</ENH_DIR> |
| 8 | ····<PACKAGE_DIR>$(PERS_DIR)\NDOPackage</PACKAGE_DIR> |
| 9 | ····<NDO_DLL>$(NDO_DIR)\bin\Release\NDO.dll</NDO_DLL> |
| 10 | ····<MAP_DIR>$(PERS_DIR)\SimpleMappingTool</MAP_DIR> |
| 11 | ····<GEN_DIR>$(PERS_DIR)\ClassGenerator</GEN_DIR> |
| 12 | ····<INTERF_DLL>$(PERS_DIR)\NDOInterfaces\bin\release\NDOInterfaces.dll</INTERF_DLL> |
| 13 | ··</PropertyGroup> |
| 14 | |
| 15 | ··<PropertyGroup> |
| 16 | ····<Configuration>Release</Configuration> |
| 17 | ····<Platform>AnyCPU</Platform> |
| 18 | ··</PropertyGroup> |
| 19 | ···· |
| 20 | ··<ItemGroup> |
| 21 | ····<Tools Include="..\MakeEnhancerDate\MakeEnhancerDate.csproj" />···· |
| 22 | ··</ItemGroup> |
| 23 | ·· |
| 24 | ··<ItemGroup> |
| 25 | ····<Project Include="..\NDOInterfaces\NDOInterfaces.csproj" /> |
| 26 | ····<Project Include="..\NDODLL\NDO.csproj" />···· |
| 27 | ····<Project Include="..\UISupport\NDO.UISupport\NDO.UISupport.csproj" /> |
| 28 | |
| 29 | ····<Project Include="..\Provider\MySqlNdoProvider\NDO.MySql\NDO.MySql.csproj" /> |
| 30 | ····<Project Include="..\Provider\OracleProvider\NDO.Oracle\NDO.Oracle.csproj" /> |
| 31 | ····<Project Include="..\Provider\FirebirdNdoProvider\NDO.Firebird\NDO.Firebird.csproj" /> |
| 32 | ····<Project Include="..\Provider\SqlCeProvider\NDO.SqlCe\NDO.SqlCe.csproj" /> |
| 33 | ····<Project Include="..\Provider\SqliteProvider\NDO.Sqlite\NDO.Sqlite.csproj" />···· |
| 34 | ····<Project Include="..\Provider\SqlServerProvider\NDO.Sqlserver\NDO.Sqlserver.csproj" />···· |
| 35 | ····<Project Include="..\Provider\PostgresProvider\NDO.Postgre\NDO.Postgre.csproj" /> |
| 36 | ···· |
| 37 | ····<Project Include="..\Provider\MySqlNdoProvider\MySqlUISupport\MySqlUISupport.csproj" /> |
| 38 | ····<Project Include="..\Provider\OracleProvider\OracleUISupport\OracleUISupport.csproj" /> |
| 39 | ····<Project Include="..\Provider\FirebirdNdoProvider\FirebirdUISupport\FirebirdUISupport.csproj" /> |
| 40 | ····<Project Include="..\Provider\SqlCeProvider\SqlCeUISupport\SqlCeUISupport.csproj" /> |
| 41 | ····<Project Include="..\Provider\SqliteProvider\SqliteUISupport\SqliteUISupport.csproj" />···· |
| 42 | ····<Project Include="..\Provider\SqlServerProvider\SqlServerUISupport\SqlServerUISupport.csproj" />···· |
| 43 | ····<Project Include="..\Provider\PostgresProvider\PostgresUISupport\PostgresUISupport.csproj" />···· |
| 44 | ···· |
| 45 | ····<Project Include="..\SimpleMappingTool\Mapping.csproj" /> |
| 46 | ····<Project Include="..\NDOPackage\NDOPackage.csproj" /> |
| 47 | ····<Project Include="..\NDOEnhancer\NDOEnhancer.csproj" /> |
| 48 | ····<Project Include="..\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask.csproj" /> |
| 49 | ··</ItemGroup> |
| 50 | ·· |
| 51 | ··<ItemGroup> |
| 52 | ····<PackProject Include="..\NDODLL\NDO.csproj" />···· |
| 53 | ··</ItemGroup> |
| 54 | ·· |
| 55 | ··<ItemGroup> |
| 56 | ····<Projectx86 Include="..\EnhancerX86Stub\EnhancerX86Stub\EnhancerX86Stub.csproj" /> |
| 57 | ··</ItemGroup> |
| 58 | |
| 59 | ··<Target Name="Build"> |
| 60 | ····<MSBuild Projects="@(Tools)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 61 | ····<Exec Condition="!EXISTS('$(NDO_DIR)\SourceRevisionId.props')" Command="Copy $(NDO_DIR)\SourceRevisionId.props.sample $(NDO_DIR)\SourceRevisionId.props" /> |
| 62 | ····<MSBuild Projects="@(Project)" Targets="restore" /> |
| 63 | ····<MSBuild Projects="@(Project)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 64 | ····<MSBuild Projects="@(Projectx86)" Targets="Rebuild" Properties="Configuration=$(Configuration);Platform=x86" /> |
| 65 | ····<MSBuild Projects="@(PackProject)" Targets="Pack" Properties="Configuration=$(Configuration);Platform=$(Platform)" /> |
| 66 | ··</Target> |
| 67 | ·· |
| 68 | </Project> |