aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj')
-rw-r--r--Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj93
1 files changed, 85 insertions, 8 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
index 5dde283e0..803815df4 100644
--- a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
+++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
@@ -37,6 +37,13 @@
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
</Reference>
+ <Reference Include="Microsoft.WindowsAPICodePack">
+ <HintPath>..\..\..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.WindowsAPICodePack.Shell">
+ <HintPath>..\..\..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
+ </Reference>
+ <Reference Include="PresentationFramework.Aero2" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
@@ -65,15 +72,28 @@
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Controls\ErrorData.cs" />
<Compile Include="Controls\SharedResourceDictionary.cs" />
<Compile Include="Controls\SolutionItemControl.cs" />
<Compile Include="Controls\TabConrolClose.cs" />
- <Compile Include="Dialogs\NewProjectDialog.xaml.cs">
- <DependentUpon>NewProjectDialog.xaml</DependentUpon>
+ <Compile Include="Converters\LeftMarginMultiplierConverter.cs" />
+ <Compile Include="Dialogs\NewProjectView.xaml.cs">
+ <DependentUpon>NewProjectView.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="Dialogs\AddProjectView.xaml.cs">
+ <DependentUpon>AddProjectView.xaml</DependentUpon>
</Compile>
- <Compile Include="Dialogs\NewProjectDialogVM.cs" />
+ <Compile Include="Dialogs\AddProjectViewVM.cs" />
+ <Compile Include="Dialogs\BaseProjectDialogVM.cs" />
+ <Compile Include="Dialogs\NewProjectViewVM.cs" />
+ <Compile Include="IDEDialogViewModel.cs" />
+ <Compile Include="IDESettings.cs" />
+ <Compile Include="IDEViewModel.cs" />
<Compile Include="IProjectType.cs" />
<Compile Include="ISolutionItem.cs" />
+ <Compile Include="Notifications\DefaultNotificationManager.cs" />
+ <Compile Include="Notifications\INotificationManager.cs" />
+ <Compile Include="Notifications\ProgressNotificationHandler.cs" />
<Compile Include="ProjectItem.cs" />
<Compile Include="ProjectItemsViews\CSharpScriptItemView.xaml.cs">
<DependentUpon>CSharpScriptItemView.xaml</DependentUpon>
@@ -86,6 +106,7 @@
<Compile Include="IProject.cs" />
<Compile Include="Project.cs" />
<Compile Include="Projects\UnitTestProject.cs" />
+ <Compile Include="ProjectType.cs" />
<Compile Include="ProjectTypes\StubProjectType.cs" />
<Compile Include="ProjectTypes\UnitTestProjectType.cs" />
<Compile Include="ScriptIDEView.xaml.cs">
@@ -97,7 +118,15 @@
<Compile Include="ScriptIDEViewVM.cs" />
<Compile Include="Solution.cs" />
<Compile Include="Projects\StubProject.cs" />
- <Page Include="Dialogs\NewProjectDialog.xaml">
+ <Compile Include="ViewModelLocator.cs" />
+ <Compile Include="Windows\DialogWindow.xaml.cs">
+ <DependentUpon>DialogWindow.xaml</DependentUpon>
+ </Compile>
+ <Page Include="Dialogs\NewProjectView.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+ <Page Include="Dialogs\AddProjectView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
@@ -117,6 +146,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\ButtonStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\ComboboxStyle.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -125,6 +158,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\DataGridStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\Generic.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
@@ -137,6 +174,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Themes\ScrollViewerStyle.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="Themes\Shared.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
@@ -153,6 +194,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Windows\DialogWindow.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
@@ -201,20 +246,52 @@
<ItemGroup>
<Resource Include="Images\StubProject.png" />
</ItemGroup>
+ <ItemGroup />
<ItemGroup>
- <Folder Include="Converters\" />
+ <Resource Include="Images\Save_16x.png" />
</ItemGroup>
<ItemGroup>
- <Resource Include="Images\Save_16x.png" />
+ <Resource Include="Images\NewFileCollection_16x.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\OpenFolder_16x.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\checklist_white_32.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\unitTest_126.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\stub_project_whit_32.png" />
+ <Resource Include="Images\stub_project_126.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\test.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Images\SaveAll_16x.png" />
</ItemGroup>
<ItemGroup>
- <Resource Include="Images\NewFileCollection_16x.png" />
+ <Resource Include="Images\Redo_16x.png" />
</ItemGroup>
<ItemGroup>
- <Resource Include="Images\OpenFolder_16x.png" />
+ <Resource Include="Images\Undo_16x.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\unitTest.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\stop.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\stub_project_32.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\redo-arrow-symbol1.png" />
+ </ItemGroup>
+ <ItemGroup>
+ <Resource Include="Images\Pause_16x.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file